-
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
Add sacred logger #438
Comments
Could you tackle this yourself? It should be pretty straightforward. You can use the other loggers in https://github.com/williamFalcon/pytorch-lightning/tree/master/pytorch_lightning/logging as examples. |
Yes, I can and I will, just like I said in the description of my issue. But since this is an open source project I thought maybe someone else might be interested as well, or already attempted it or might be interested in having it implemented. If no one else is interested (because no one is using sacred except me) I don't need to take the effort and create a pull request (which is a lot more work than just implementing a custom logger for myself). |
Sorry, I was unclear. Thanks for opening an issue. That's the correct way to start a discussion on a new feature. I'm not aware of anyone else working on this, but I believe Sacred is fairly widely used, so we'd encourage you to submit a PR adding this functionality. Feel free to follow up here if you run into any questions or issues while implementing it. |
@expectopatronum still interested in submitting a PR for this? :) |
Yes, I am working on it now! :) |
@expectopatronum want to rebase master so we can merge? great job! |
there is still an issue with testing, tests shall not be tolerant of the missing package... |
what do you mean? |
is the package is not loaded then it is not tested.. #656 (comment) |
if there is an interest in this logger we may add it to upcoming |
@Borda we haven't decided on whether to move loggers or not. |
sure, but with @expectopatronum not having time to add it #656 (comment), there is noone to do it now... or do you prefer to keep this open? |
Hi, any plans to add sacred logger? |
@diff7 mind open an issue for it in Bolts as suggested in #438 (comment) |
Is your feature request related to a problem? Please describe.
For most of our projects we are using sacred for logging the parameters, metrics, ... to a MongoDB database. For the last project I used pytorch-lightning with the default logger, but I'd prefer sacred.
Describe the solution you'd like
I'd like a
SacredLogger
for logging withsacred
similar toMLFlowLogger
formlflow
.At some point I'll implement this myself but I thought maybe someone else is interested as well.
The text was updated successfully, but these errors were encountered: