-
Notifications
You must be signed in to change notification settings - Fork 46
Issues: lessw2020/Ranger21
New issue
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
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
Gradient normalization lowers the maximum learning rate that can converge.
#41
opened Apr 21, 2022 by
Handagot
optimizer = Ranger21(params=model.parameters(), lr=learning_rate) File "/mnt/Drive1/florian/msblob/Ranger21/ranger21/ranger21.py", line 179, in __init__ self.total_iterations = num_epochs * num_batches_per_epoch TypeError: unsupported operand type(s) for *: 'NoneType' and 'NoneType'
#12
opened Jun 27, 2021 by
neuronflow
ProTip!
Type g i on any issue or pull request to go back to the issue listing page.