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

Implement log_graph for CometLogger. #5295

Merged
merged 3 commits into from
Jan 14, 2021
Merged

Implement log_graph for CometLogger. #5295

merged 3 commits into from
Jan 14, 2021

Conversation

neighthan
Copy link
Contributor

This implements the log_graph method for the CometLogger (previously this was just inherited from the logger base class and did nothing) by calling Comet's set_model_graph, if a CometML experiment exists (otherwise, nothing is done, as before).

@Borda Borda added the feature Is an improvement or enhancement label Dec 31, 2020
@Borda Borda added this to the 1.2 milestone Dec 31, 2020
@Borda Borda enabled auto-merge (squash) December 31, 2020 08:13
@Borda Borda added the ready PRs ready to be merged label Dec 31, 2020
@codecov
Copy link

codecov bot commented Dec 31, 2020

Codecov Report

Merging #5295 (8c94667) into release/1.2-dev (9515750) will increase coverage by 0%.
The diff coverage is 100%.

@@               Coverage Diff               @@
##           release/1.2-dev   #5295   +/-   ##
===============================================
  Coverage               93%     93%           
===============================================
  Files                  152     152           
  Lines                10732   10736    +4     
===============================================
+ Hits                  9944    9948    +4     
  Misses                 788     788           

@tchaton tchaton disabled auto-merge January 11, 2021 12:34
@tchaton tchaton enabled auto-merge (squash) January 11, 2021 12:34
@tchaton tchaton merged commit ddd9cc1 into Lightning-AI:release/1.2-dev Jan 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Is an improvement or enhancement ready PRs ready to be merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants