Skip to content

Commit

Permalink
Merge branch '195-add-evaluation-action-3' into 'dev'
Browse files Browse the repository at this point in the history
Resolve "Add evaluation action"

Closes NifTK#195

See merge request CMIC/NiftyNet!207
  • Loading branch information
eligibson committed Feb 19, 2018
2 parents ab89d9f + 0028032 commit 45f310e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ testjob:
- master
- dev
- tags
- 195-add-evaluation-action-3
script:
# !!kill coverage in case of hanging processes
- if pgrep coverage; then pkill -f coverage; fi
Expand Down Expand Up @@ -197,6 +198,7 @@ quicktest:
- 206-improve-the-handling-of-release-notes
- 221-add-changelog-entry-for-version-0.2.2
- 223-put-bug-fixes-under-fixed-header-in-changelog
- 195-add-evaluation-action-3
script:
# print system info
- which nvidia-smi
Expand Down Expand Up @@ -250,6 +252,7 @@ pip-installer:
- dev
- tags
- 117-support-for-user-defined-networks-using-pip-installed-niftynet
- 195-add-evaluation-action-3
script:
# get the shortened version of last commit's hash
- LAST_COMMIT=$(git rev-parse --short HEAD)
Expand Down Expand Up @@ -417,7 +420,7 @@ pip-installer:
- net_regress evaluation -c $niftynet_dir/config/default_monomodal_regression.ini
- net_run train -a net_regress -c $niftynet_dir/config/default_monomodal_regression.ini --max_iter 10 --name toynet --batch_size=2
- net_run inference -a net_regress -c $niftynet_dir/config/default_monomodal_regression.ini --name toynet --spatial_window_size 84,84,84 --batch_size 7
- net_run evaluation -c $niftynet_dir/config/default_monomodal_regression.ini
- net_run evaluation -a net_regress -c $niftynet_dir/config/default_monomodal_regression.ini

- net_gan train -c $niftynet_dir/config/GAN_demo_train_config.ini --max_iter 5
- net_gan inference -c $niftynet_dir/config/GAN_demo_train_config.ini
Expand Down

0 comments on commit 45f310e

Please sign in to comment.