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
0273e452
Commit
0273e452
authored
Nov 30, 2020
by
lucas_miranda
Browse files
Added hyperband support for hyperparameter tuning
parent
ca3cd585
Pipeline
#88195
failed with stage
in 6 minutes and 20 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
0273e452
...
...
@@ -6,11 +6,11 @@ test:
image
:
continuumio/anaconda3
script
:
-
python -V
-
apt-get install 'ffmpeg' 'libsm6' 'libxext6' -y
-
pip install pipenv
-
pipenv install --python=3.8 --dev
-
pipenv install coverage
-
pipenv install -e deepof/
-
pipenv run apt-get install '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
...
...
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