Skip to content
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

assert self.lr_schedule_function is callable called before its initialization #674

Closed
pasqualedem opened this issue Jan 31, 2023 · 2 comments

Comments

@pasqualedem
Copy link

As can be seen in the following link, the assert is called before the initialization causing an AttributeError

assert callable(self.lr_schedule_function), "self.lr_function must be callable"

@dagshub
Copy link

dagshub bot commented Jan 31, 2023

@shaydeci
Copy link
Contributor

shaydeci commented Jan 31, 2023

@pasqualedem Thank you for opening up this issue (:
A fix has been merged to master and will be available in the upcoming 3.0.7 release.
Note that this class is deprecated, and will be removed in 4.0.0 (an alternative will be supplied of course).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants