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 26 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
07e802d
remove deprecated rest api key
japdubengsub Sep 3, 2024
075b581
do not end experiment automatically
japdubengsub Sep 3, 2024
be371cd
support nested hyperparams
japdubengsub Sep 3, 2024
7481e33
use special internal methods while logging
japdubengsub Sep 3, 2024
9d9c86f
linter fix
japdubengsub Sep 4, 2024
f2cd1b9
use comet_ml.start() instead of manual initialization
japdubengsub Sep 4, 2024
946c92e
update unit tests
japdubengsub Sep 5, 2024
3a2a27d
add PR suggestions
japdubengsub Sep 9, 2024
05de746
fix mypy check
japdubengsub Sep 9, 2024
e1f9042
fix mypy check #2
japdubengsub Sep 10, 2024
d9c7480
update changelog
japdubengsub Sep 11, 2024
0fea284
Update CHANGELOG.md with PR number
japdubengsub Sep 11, 2024
beb8d52
use ` notation
japdubengsub Sep 25, 2024
5ab3662
enable keyword arguments only
japdubengsub Sep 25, 2024
036a2eb
fix linter warning
japdubengsub Sep 25, 2024
49722b1
Merge branch 'master' into feature/comet-logger-update
japdubengsub Sep 30, 2024
a804240
fix unit tests
japdubengsub Sep 30, 2024
cb2ce52
add support of old style "experiment_name" argument
japdubengsub Oct 2, 2024
caab338
fix linter warning
japdubengsub Oct 2, 2024
5c01290
remove type hints from docstrings
japdubengsub Oct 4, 2024
06a8028
revert back default values in docstring examples
japdubengsub Oct 8, 2024
467378d
flatten nested params
japdubengsub Oct 8, 2024
512d763
fix unit test mock issue
japdubengsub Oct 8, 2024
a785341
fix cli arguments unit test
japdubengsub Oct 8, 2024
ad2d319
add unit tests for public/double underscore methods
japdubengsub Oct 10, 2024
8108320
Merge branch 'master' into feature/comet-logger-update
japdubengsub Oct 10, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions src/lightning/pytorch/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).

## [unreleased] - YYYY-MM-DD

### Changed

- CometML logger was updated to support the recent Comet SDK ([#20275](https://github.com/Lightning-AI/pytorch-lightning/pull/20275))


## [2.4.0] - 2024-08-06

Expand Down
Loading