Skip to content
Snippets Groups Projects
Commit d5240bcf authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[doc/scripts/baselines] Fix script

parent f9c38a24
No related branches found
No related tags found
No related merge requests found
Pipeline #39879 passed
...@@ -23,23 +23,23 @@ function run() { ...@@ -23,23 +23,23 @@ function run() {
# run/submit all baselines # run/submit all baselines
# comment out from "sgpu/gpu" to run locally # comment out from "sgpu/gpu" to run locally
# comment out from "cuda:0" to run on CPU # comment out from "cuda:0" to run on CPU
run m2unet drive 16 cuda:0 sgpu run m2unet drive 16 #cuda:0 #sgpu
run hed drive 8 cuda:0 sgpu run hed drive 8 #cuda:0 #sgpu
run driu drive 8 cuda:0 sgpu run driu drive 8 #cuda:0 #sgpu
run unet drive 4 cuda:0 sgpu run unet drive 4 #cuda:0 #sgpu
run m2unet stare 6 cuda:0 sgpu run m2unet stare 6 #cuda:0 #sgpu
run hed stare 4 cuda:0 sgpu run hed stare 4 #cuda:0 #sgpu
run driu stare 5 cuda:0 sgpu run driu stare 5 #cuda:0 #sgpu
run unet stare 2 cuda:0 sgpu run unet stare 2 #cuda:0 #sgpu
run m2unet chasedb1 6 cuda:0 sgpu run m2unet chasedb1 6 #cuda:0 #sgpu
run hed chasedb1 4 cuda:0 sgpu run hed chasedb1 4 #cuda:0 #sgpu
run driu chasedb1 4 cuda:0 sgpu run driu chasedb1 4 #cuda:0 #sgpu
run unet chasedb1 2 cuda:0 sgpu run unet chasedb1 2 #cuda:0 #sgpu
run m2unet hrf 1 cuda:0 gpu run m2unet hrf 1 #cuda:0 # gpu
run hed hrf 1 cuda:0 gpu run hed hrf 1 #cuda:0 # gpu
run driu hrf 1 cuda:0 gpu run driu hrf 1 #cuda:0 # gpu
run unet hrf 1 cuda:0 gpu run unet hrf 1 #cuda:0 # gpu
run m2unet iostar-vessel 6 cuda:0 sgpu run m2unet iostar-vessel 6 #cuda:0 # gpu
run hed iostar-vessel 4 cuda:0 sgpu run hed iostar-vessel 4 #cuda:0 # gpu
run driu iostar-vessel 4 cuda:0 sgpu run driu iostar-vessel 4 #cuda:0 # gpu
run unet iostar-vessel 2 cuda:0 sgpu run unet iostar-vessel 2 #cuda:0 # gpu
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment