-
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
Where is the loggers.TrainsLogger? #249
Comments
@Borda could you help? I could not locate it either... |
|
Just ran into this issue. Upgraded my code for PyTorch Lightning 1.0.0rc4 and also updated Bolts to match it. Suddenly my code doesn't run because the Trains Logger is gone. I traced the relevant commit to this one: 91393ea I hope that Lightining (Bolts) have plans for a more robust review processes, involving multiple people, before things are removed from master? As this deletion has been made without any (public) discussion: #215 Or least clearer communication to the relevant 3rd parties, because over at Trains they didn't know how this happened. And this already occurred before when the Trains logger was moved (due to a perceived issue with their code) from Lightning to Bolts, without giving them a chance to comment on it: #86 |
The Trains logger was moved to bolts a long time ago. the code is still available there. We needed to stabilize 1.0.0 and trains was causing a lot of issues on our build. Please open the issue there so we can take a look at it |
@williamFalcon , sorry, I'm confused here. As far as I understand, this is an issue about disappearance of Trains logger from bolts, not from the main lightning. So, it's unavailable in the latest release of pytorch-lightning-bolts and it's unclear, was it a mistake or a deliberate decision. Could you, please, shed a bit of light on it ? :) |
As communicated offline, to stabilize the repo we are migrating some integration to their 3rd party libraries. Hope we can resolve this soon! |
Okay, I will PR the TrainsLogger in the main repo, back with the other loggers. It seems 'bolts' is now more of a recipe-book for SOTA models, which definitely is not the right place for loggers to be. |
@bmartinn, as @edenlightning mentioned, we are not looking to add loggers back into the main lightning repo because of the maintenance cost on our end. We think it would be great for you to add that integration on your end. @edenlightning can talk you through the details of what that looks like. looking forward to making sure your users have a good experience! Please email us at [email protected] or [email protected] to discuss further! |
@igormq, @Ingwar, @NumesSanguis, @S-aiueo32, @odedbd, Well guys I come bearing good news :D Just create a
For example, I took the mnist example from the PL repo, and added the With that, any call to Feel free to test with the latest RC, also verified that running remotely with trains-agent allows you to override any if the
BTW: |
@bmartinn Thanks for the update! Does |
@NumesSanguis |
Hey folks, you removed the loggers from v.0.2.0 to v0.2.1 and migrate all loggers to the core. However, I couldn't find the TrainsLogger. What did happen?
Thanks!
The text was updated successfully, but these errors were encountered: