-
-
Notifications
You must be signed in to change notification settings - Fork 394
Comet Integration #1283
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
Comet Integration #1283
Conversation
Hi @Scitator. I think I've addressed all the code style issues, run the pre-commit hooks, and the docs tests. They all seem to be passing. I'm still not able to see the CometLogger when I render the docs page though. Let me know if I missed something. |
catalyst/loggers/comet.py
Outdated
Config API example: | ||
.. code-block:: yaml | ||
loggers: | ||
neptune: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Forgot to rename it
catalyst/loggers/comet.py
Outdated
Hydra API example: | ||
.. code-block:: yaml | ||
loggers: | ||
neptune: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Forgot to rename it
catalyst/loggers/comet.py
Outdated
... | ||
loggers={ | ||
"comet": dl.CometLogger( | ||
project_name="my-comet-project |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
missing "
catalyst/loggers/comet.py
Outdated
comet_mode: str = "online", | ||
tags: List = None, | ||
logging_frequency: int = 1, | ||
**experiment_kwargs, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
mb add api_key
as an explicit parameter?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @Podidiving, generally we recommend users set their API Key either as an environment variable or in a comet.config
file on their machine.
Hi @DN6 , |
waiting for the docs and codestyle and ready to merge 🚀 |
@Scitator @Podidiving I've cleaned up the docstrings, added the Comet Logger information to the docs and I run the codestyle pre-commit hooks again. Additionally, we've prepared a tutorial Colab Notebook for anyone to test out the integration here. Would it be possible to include it somewhere in the README (Maybe under Examples, Notebooks, and Starter Kits)? |
@DN6 could you please check the codestyle? |
@Scitator Done. Checked with the Colab CI/CD tool and it seems like it's passing. Output from
For the example notebook, should I open up a separate PR or add to this one? |
Before submitting (checklist)
catalyst-make-codestyle && catalyst-check-codestyle
(pip install -U catalyst-codestyle
).make check-docs
?pytest .
?latest
andminimal
requirements?Description
This PR adds the option to log metrics, parameters and any other type of data asset to Comet
Related Issue
Type of Change
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.
FAQ
Please review the FAQ before submitting an issue: