liaoxingyu 85cebe311f support hpo project
Summary: support BOHB search algorithm for reid.
2020-10-01 18:10:02 +08:00
..
2020-10-01 18:10:02 +08:00
2020-10-01 18:10:02 +08:00
2020-10-01 18:10:02 +08:00
2020-10-01 18:10:02 +08:00

Hyper-Parameter Optimization in FastReID

This project includes training reid models with hyper-parameter optimization.

Install the following

pip install 'ray[tune]'
pip install hpbandster ConfigSpace

Training

To train a model with BOHB, run

python3 projects/HPOReID/train_hpo.py --config-file projects/HPOReID/configs/baseline.yml

Known issues

todo