Skip to content

masaki9/ml_experiments_with_wandb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hyperparameter Tuning and Experiment Tracking with Weights & Biases

To set up an environment for this repo, run the following:

conda env create --file environment.yml

To activate this environment, run the following:

conda activate wandb

Once you activate the environment, run main.py, as shown below:

python main.py

Provide your W&B API key when prompted.