-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
Automatic batch-size scaling is missing properties #1828
Comments
Loggers are disabled during the auto scaling, such that all the small runs that are done inside the auto scaling is not logged. This works fine if the user does not explicit call the logger inside their model (i.e. only called by lightning in the background). I am not sure the way around this, of cause the simplest solution would be to ask the user to do something like:
But that is not a good idea... |
Also this problem should also be present for the learning rate finder... |
yeah, can’t ask the user to do that. maybe replace with a logger that has a no op somehow? |
Yes, I think you are right that we just initialize a dummy logger. Something like this should work
|
@SkafteNicki
Looks like loggers are gone?
The text was updated successfully, but these errors were encountered: