-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Test metrics are no longer pushed to Comet.ML (and perhaps others) #1460
Comments
Hi! thanks for your contribution!, great first issue! |
@PyTorchLightning/core-contributors or @alsrgv mind submitting a PR? good catch! |
Happy to, but I could use some pointers into what may be broken. Does logging use aggregation with flush in the end, and that flush is somehow not called for the test pass? @alexeykarnachev, any ideas? |
Shall be fixed in #1459 |
Sorry, guys, totally missed the messages. |
I think it is fine, just if you have an idea why the Github Actions fails/hangs... |
🐛 Bug
PyTorch Lightning 0.7.2 used to publish test metrics to Comet.ML. Commit ddbf7de has broken this functionality.
To Reproduce
Steps to reproduce the behavior:
Run fast-run of training and observe test metrics not being submitted to Comet.ML (and possibly other logging destinations).
Environment
cc @alexeykarnachev
The text was updated successfully, but these errors were encountered: