Skip to content

ogami334/wandb-tuning-practice

Repository files navigation

wandb-tuning-practice

Run single experiment with hyperparameter modification

python train.py optimizer.lr=0.001

Tune hyperparameters using wandb sweep

wandb sweep sweep_sgd.yaml

if you run the above command, you will get a sweep id. You can use this id to run the sweep agent.

wandb agent --count 1 <sweep_id>

You can specify the number of runs each agent should run by using the --count argument.

Reference

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published