We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
opt_name
name
apax/apax/config/train_config.py
Lines 228 to 236 in 13142e1
I suggest going from:
optimizer: opt_name: adam opt_kwargs: ... emb_lr: 0.01 nn_lr: 0.005 scale_lr: 0.001 shift_lr: 0.05 zbl_lr: 0.001
to
optimizer: name: adam kwargs: ... emb_lr: 0.01 nn_lr: 0.005 scale_lr: 0.001 shift_lr: 0.05 zbl_lr: 0.001
to remove redundant information
The text was updated successfully, but these errors were encountered:
good point!
Sorry, something went wrong.
fixed in v0.5.0
No branches or pull requests
apax/apax/config/train_config.py
Lines 228 to 236 in 13142e1
I suggest going from:
to
to remove redundant information
The text was updated successfully, but these errors were encountered: