Skip to content

A template example how to use optuna with pytorch lightning

License

Notifications You must be signed in to change notification settings

schmidma/optuna-mnist

Repository files navigation

optuna-mnist

A template example how to use optuna with pytorch lightning

python -m pip install --requirement requirements.txt

Start the mysql storage server and the optuna-dashboard

docker-compose up -d

Start the search

export OPTUNA_STORAGE=mysql+pymysql://root:start123@127.0.0.1:13306/optuna
./search.py

Start the tensorboard

tensorboard --logdir logs/

About

A template example how to use optuna with pytorch lightning

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages