Skip to content

Instantly share code, notes, and snippets.

@zenUnicorn
Last active November 25, 2022 01:02
Show Gist options
  • Save zenUnicorn/8f76d4727fa6dc79d834cdb0391ff32c to your computer and use it in GitHub Desktop.
Save zenUnicorn/8f76d4727fa6dc79d834cdb0391ff32c to your computer and use it in GitHub Desktop.
import comet_ml
experiment = comet_ml.Experiment(
api_key="<Your API Key>",
project_name="<Your Project Name>"
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment