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
f163a003
Commit
f163a003
authored
Nov 29, 2020
by
lucas_miranda
Browse files
Added hyperband support for hyperparameter tuning
parent
7b6a46c6
Pipeline
#88171
failed with stage
in 3 minutes and 25 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
f163a003
...
...
@@ -7,8 +7,9 @@ test:
script
:
-
pip install pipenv
-
pip install coverage
-
pipenv install
--dev
Pipfile
-
pipenv install Pipfile
--dev
-
pip install -e deepof/
-
pipenv shell
-
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