Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Lucas Miranda
deepOF
Commits
4d225c7e
Commit
4d225c7e
authored
Nov 30, 2020
by
lucas_miranda
Browse files
Added hyperband support for hyperparameter tuning
parent
eb371686
Pipeline
#88176
failed with stage
in 31 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
4d225c7e
...
...
@@ -9,7 +9,7 @@ test:
-
pip install coverage
-
pipenv shell
-
pipenv install Pipfile --dev
-
pip install -e deepof/
-
pip
env
install -e deepof/
-
coverage run --source deepof -m pytest
-
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
-
coverage xml -o deepof_cov.xml
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment