-
Notifications
You must be signed in to change notification settings - Fork 322
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
move Trains logger from PL #86
Conversation
Codecov Report
@@ Coverage Diff @@
## master #86 +/- ##
==========================================
- Coverage 92.52% 91.91% -0.62%
==========================================
Files 75 77 +2
Lines 3827 3944 +117
==========================================
+ Hits 3541 3625 +84
- Misses 286 319 +33
Continue to review full report at Codecov.
|
@Borda hold off on adding trains until the fix the abc issue |
Hi @williamFalcon, If by |
@Borda Any reason you guys are moving the Loggers from the main repo to the auxiliary one? |
|
we’re not moving all of them, just the ones that need to be more stable. The TRAINs logger causes all sorts of build issues and has deprecated python usage that causes warnings for our users (tje abc thing). Bolts is meant as a type of proof of concept before we bring main things into lightning. as soon as Trains fixes these issues, then we’re happy to bring it back to lightning. |
This pull request is now in conflict... :( |
Nothing in the Trains Issues or the Python-Ignite issues that I can find... I'm not aware of any other instability issues, not in the past few months at least. |
sure, @Borda can you elaborate? The abc issues went away after we removed TRAINs. But again, users can still use it just under bolts until we fix the issues and bring the library back in. Please install trains on python 3.7+ to see the issues |
@williamFalcon EDIT:
Tested Trains 0.15.1 on python 3.8 no warning shows :) |
What's the status of this pull request? We're using Trains and we just moved to PyTorch Lightning (from vanilla PyTorch). We can't integrate the 2 now, because this logger has been removed from pytorch-lightning, but not yet merged here. Due to a bug in older versions of PyTorch Lightning, we also can't downgrade to a version where Trains was still included. |
There were a few corrections on online/offline, we have also quite a long discussion on fixing compatibility... |
@williamFalcon it is ready to merge it just seems that it is/was not completely tested... |
Ok, let's merge. but we need to fix the abc issue @bmartinn |
@williamFalcon , it seems that I keep failing to explain :( In python 3.8 and above trying to import Make sense? |
What does this PR do?
Moving Trains logger from PL to Bolts Lightning-AI/pytorch-lightning#2384
PR review
Anyone in the community is free to review the PR once the tests have passed.
If we didn't discuss your PR in Github issues there's a high chance it will not be merged.
Did you have fun?
Make sure you had fun coding 🙃