issue-tracking icon indicating copy to clipboard operation
issue-tracking copied to clipboard

log_code=False disables log_git_metadata

Open rgaiacs opened this issue 3 years ago • 1 comments

I used

comet_ml.Experiment(
        project_name="foo",
        workspace="username",
        log_code=False,
        log_git_metadata=True,
        log_git_patch=True
)

and my experiment reports says "No commit available".

When I change it to

comet_ml.Experiment(
        project_name="foo",
        workspace="username",
        log_code=True,  # Changed to True
        log_git_metadata=True,
        log_git_patch=True
)

I have the Git commit information.

rgaiacs avatar Oct 07 '21 04:10 rgaiacs

Thanks for the note, @rgaiacs ! We'll update our documentation.

dsblank avatar Oct 14 '21 14:10 dsblank

I propose that this is not only a documentation issue. We would like to log the git metadata (commit hash etc.) but we don't want to log our codebase to comet.

robatscandit avatar Jan 17 '23 14:01 robatscandit

This has been fixed in the latest release and can be closed imo.

robatscandit avatar Apr 12 '23 11:04 robatscandit

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.

github-actions[bot] avatar Oct 25 '23 21:10 github-actions[bot]

This issue was closed because it has been stalled for 5 days with no activity.

github-actions[bot] avatar Oct 30 '23 21:10 github-actions[bot]