Skip to content

moskomule/sweeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sweeper

pytest

A simple hyperparameter sweeper written in Python. For example,

sweeper -- sbatch batchjob.sh --seed [1-3] --dataset [cifar10,cifar100,svhn]

internally runs

sbatch batchjob.sh --seed 1 --dataset cifar10
sbatch batchjob.sh --seed 1 --dataset cifar100
...
sbatch batchjob.sh --seed 3 --dataset svhn

Installation

pip install -U git+https://github.com/moskomule/sweeper

Also installable with pipx (recommended).

About

hyperparameter sweeper

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages