Skip to content
This repository has been archived by the owner on Mar 3, 2024. It is now read-only.

Please add weight decay #1

Closed
sbarman25 opened this issue Aug 16, 2019 · 4 comments
Closed

Please add weight decay #1

sbarman25 opened this issue Aug 16, 2019 · 4 comments
Assignees
Labels
enhancement New feature or request

Comments

@sbarman25
Copy link

Can you please add weight decay parameter to optimizer?

@sbarman25 sbarman25 added the enhancement New feature or request label Aug 16, 2019
@qxde01
Copy link

qxde01 commented Aug 16, 2019

tensorflow 2.0 beta
raise ValueError('Could not interpret optimizer identifier:', identifier) ValueError: ('Could not interpret optimizer identifier:', <keras_radam.optimizers.RAdam

@CyberZHG
Copy link
Owner

tensorflow 2.0 beta
raise ValueError('Could not interpret optimizer identifier:', identifier) ValueError: ('Could not interpret optimizer identifier:', <keras_radam.optimizers.RAdam

Add TF_KERAS=1 to your environment variables.

CyberZHG added a commit that referenced this issue Aug 16, 2019
CyberZHG added a commit that referenced this issue Aug 16, 2019
@CyberZHG
Copy link
Owner

Can you please add weight decay parameter to optimizer?

Done.

@qxde01
Copy link

qxde01 commented Aug 16, 2019

yes,thank you

import os
os.environ['TF_KERAS']='1'

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants