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

[Bug] Plotting every n epochs kills training after comet callback if no normalization is applied #174

Open
aknierim opened this issue Feb 5, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@aknierim
Copy link
Member

aknierim commented 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:

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.

@aknierim 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
@aknierim aknierim added the bug Something isn't working label Feb 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant