Skip to content
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_ml logger update #20275

Open
wants to merge 35 commits into
base: master
Choose a base branch
from

Conversation

japdubengsub
Copy link

@japdubengsub japdubengsub commented Sep 11, 2024

What does this PR do?

Hi, this is the PR from Comet's SDK engineer.
In this pull request, the CometML logger was updated to support the recent Comet SDK. Also:

  • unified with the comet_ml.start() method to ensure ease of use
  • removed deprecated REST API key
  • enabled support for nested hyper parameters
  • backward compatibility with previous versions has been maintained.
Before submitting
  • Was this discussed/agreed via a GitHub issue? (not for typos and docs)
  • Did you read the contributor guideline, Pull Request section?
  • Did you make sure your PR does only one thing, instead of bundling different changes together?
  • Did you make sure to update the documentation with your changes? (if necessary)
  • Did you write any new necessary tests? (not for typos and docs)
  • Did you verify new and existing tests pass locally with your changes?
  • Did you list all the breaking changes introduced by this pull request?
  • Did you update the CHANGELOG? (not for typos, docs, test updates, or minor internal changes/refactors)

PR review

Anyone in the community is welcome to review the PR.
Before you start reviewing, make sure you have read the review guidelines. In short, see the following bullet-list:

Reviewer checklist
  • Is this pull request ready for review? (if not, please submit in draft mode)
  • Check that all items from Before submitting are resolved
  • Make sure the title is self-explanatory and the description concisely explains the PR
  • Add labels and milestones (and optionally projects) to the PR so it can be classified

📚 Documentation preview 📚: https://pytorch-lightning--20275.org.readthedocs.build/en/20275/

@github-actions github-actions bot added the pl Generic label for PyTorch Lightning package label Sep 11, 2024
@japdubengsub japdubengsub marked this pull request as ready for review September 12, 2024 12:54
Copy link

@RahulVadisetty91 RahulVadisetty91 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

w5

Before mocking, ensure these methods exist or update the test logic to mock accessible methods or properties. You might also want to log or assert that these attributes are successfully mocked to catch any potential issues during runtime.

@japdubengsub japdubengsub requested a review from Borda September 25, 2024 17:04
@japdubengsub
Copy link
Author

Hi everyone! In the latest commit, I fixed a couple of unit tests related to the changes in this branch. If there's anything else that needs to be adjusted, please let me know.

@Ritesh313
Copy link

Hi @japdubengsub I want to try out this new branch and having trouble getting it to work (getting errors at trainer.fit() step). Could you confirm if i'm installing the right branch:
pip install git+https://github.com/comet-ml/pytorch-lightning.git@feature/comet-logger-update

@japdubengsub
Copy link
Author

Hi @Ritesh313!
Thank you for the feedback! Yes, the branch is correct. In recent commits, the fix for this error and support for the old experiment_name parameter were added.

@japdubengsub
Copy link
Author

@Borda
@RahulVadisetty91
Hi!
I’ve fixed all the tests related to my changes, as well as some that might be affected by changes to CometLogger but aren’t directly related to my updates.
However, I still see a few tests failing that, as far as I can tell, shouldn’t be affected by changes in this PR. Could you please check them and let me know if there’s anything else I should fix? I’d be happy to do so.
Thanks!

# Conflicts:
#	src/lightning/pytorch/loggers/comet.py
@japdubengsub
Copy link
Author

@Borda @ethanwharris

Hi Lightning team!
Sorry to bother you again, but could you please take another look at this pull request?
Thanks in advance!

@Borda
Copy link
Member

Borda commented Nov 27, 2024

Hi Lightning team! Sorry to bother you again, but could you please take another look at this pull request? Thanks in advance!

Cc @lantiga

Copy link

codecov bot commented Dec 5, 2024

Codecov Report

Attention: Patch coverage is 81.96721% with 11 lines in your changes missing coverage. Please review.

Project coverage is 79%. Comparing base (be608fa) to head (dc048b1).

❗ There is a different number of reports uploaded between BASE (be608fa) and HEAD (dc048b1). Click for more details.

HEAD has 547 uploads less than BASE
Flag BASE (be608fa) HEAD (dc048b1)
cpu 146 23
lightning_fabric 21 0
pytest 76 0
python3.9 36 6
lightning 109 17
python3.11 36 6
python3.10 19 3
gpu 2 0
python3.12 55 8
pytorch2.1 27 9
pytest-full 72 23
pytorch_lightning 18 6
pytorch2.2.2 9 3
pytorch2.3 9 3
pytorch2.5.1 18 6
pytorch2.4.1 9 2
Additional details and impacted files
@@            Coverage Diff            @@
##           master   #20275     +/-   ##
=========================================
- Coverage      88%      79%     -9%     
=========================================
  Files         267      264      -3     
  Lines       23276    23201     -75     
=========================================
- Hits        20383    18245   -2138     
- Misses       2893     4956   +2063     

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pl Generic label for PyTorch Lightning package
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants