Skip to content
Snippets Groups Projects
Commit 1427b6bb authored by Lucas Miranda's avatar Lucas Miranda
Browse files

Added hyperband support for hyperparameter tuning

parent 0273e452
Branches
Tags
No related merge requests found
Pipeline #88196 failed
......@@ -10,7 +10,7 @@ test:
- pipenv install --python=3.8 --dev
- pipenv install coverage
- pipenv install -e deepof/
- pipenv run apt-get install 'ffmpeg' 'libsm6' 'libxext6' -y
- pipenv run apt-get install --fix-missing 'ffmpeg' 'libsm6' 'libxext6' -y
- pipenv run coverage run --source deepof -m pytest
- pipenv run coverage report -m --include deepof/utils.py,deepof/preprocess.py,deepof/model_utils.py,deepof/pose_utils.py,deepof/visuals.py,deepof/models.py,deepof/hypermodels.py,deepof/train_utils.py
- pipenv run coverage xml -o deepof_cov.xml
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment