Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 504 Bytes

Tracking.md

File metadata and controls

12 lines (10 loc) · 504 Bytes

Experiment Tracking

Comet.ml

  • We recommend using Comet.ml for experiment tracking.
  • To activate Comet.ml, head over to the Comet.ml website and create an account.
  • Once you have created an account, you can create a new project and get your API key.
  • Set the COMET_API_KEY environment variable to your API key. We recommend adding this to your .bashrc or .bash_profile file. e.g.
# .bashrc
export COMET_API_KEY="your-api-key"