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
2107b4e8
Commit
2107b4e8
authored
Nov 30, 2020
by
lucas_miranda
Browse files
Added hyperband support for hyperparameter tuning
parent
9eba77e9
Pipeline
#88198
failed with stage
in 16 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
2107b4e8
...
...
@@ -5,12 +5,12 @@ test:
stage
:
test
image
:
continuumio/anaconda3
script
:
-
pt-get install --fix-missing 'libgl1-mesa-glx' -y
-
python -V
-
pip install pipenv
-
pipenv install --python=3.8 --dev
-
pipenv install coverage
-
pipenv install -e deepof/
-
pipenv run apt-get install --fix-missing 'libgl1-mesa-glx' -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
...
...
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