-
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
quick patch __code__ #1352
quick patch __code__ #1352
Conversation
@bmartinn with removing the line above we are getting Trains issue:
|
Hello @williamFalcon! Thanks for updating this PR. There are currently no PEP 8 issues detected in this Pull Request. Cheers! 🍻 Comment last updated at 2020-04-03 11:33:59 UTC |
@Borda is this related to the TrainsLogger ? How do I reproduce this bug? |
@williamFalcon @Borda I just tested the merged master, seems to pass the |
According to CI everything is passing new - http://35.192.60.23/PyTorchLightning/pytorch-lightning/1049 |
Still very relevant. we get these sporadic failures in tests which are caused by trains. @Borda maybe it's best to wait until trains is stable and well tested? otherwise we're going to spend way too much time blocked by these failures |
@williamFalcon @Borda , for the CI test you have to use Should |
but the bypass is not it shall be used, right? meaning we do not want to have it in the example... |
@Borda True but Trains does a lot of stuff in the background, monitoring mostly, and this will break CI as output will be changing from run to run. Also we cannot move everything to stderr, because this will break projects using Trains and monitoring stderr ... A few ideas on a solution:
I think (1) makes most sense, this should be a very quick fix. EDIT: EDIT2: |
@Borda master can now pass all tests: |
* quick patch * testing fix * testing fix * testing fix * testing fix * testing fix * testing fix * testing fix * testing fix * testing fix * testing fix * testing fix * testing fix * testing fix
fixing pickle error from earlier PR