You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'll have to look into the specifics of this, but it seems that plotting every n epochs, where n < total epochs, raises an AttributeError if normalization is not set in the rc:
AttributeError: Exception occured in `CometCallback` when calling event `after_epoch`:
'SRResNet' object has no attribute 'normalize'
If that is intended behavior, we should definitely catch normalize = "none" before the training starts.
The text was updated successfully, but these errors were encountered:
aknierim
changed the title
Plotting every n epochs kills training after comet callback if no normalization is applied
[Bug] Plotting every n epochs kills training after comet callback if no normalization is applied
Feb 5, 2025
I'll have to look into the specifics of this, but it seems that plotting every n epochs, where n < total epochs, raises an
AttributeError
if normalization is not set in the rc:If that is intended behavior, we should definitely catch
normalize = "none"
before the training starts.The text was updated successfully, but these errors were encountered: