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
125e5330
Commit
125e5330
authored
Nov 30, 2020
by
lucas_miranda
Browse files
Added hyperband support for hyperparameter tuning
parent
26191d95
Pipeline
#88178
passed with stage
in 15 minutes and 52 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
125e5330
...
...
@@ -3,16 +3,12 @@ stages:
test
:
stage
:
test
variables
:
CI
:
"
"
image
:
continuumio/anaconda3
script
:
-
python -V
-
pip install pipenv
-
pip install coverage
-
pipenv shell
-
pipenv install --dev
-
pipenv install -e deepof/
-
pip install -r ./requirements.txt
-
pip 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