Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
MPBA
INF
Commits
1b06cc55
Commit
1b06cc55
authored
Feb 04, 2020
by
Nicole Bussola
Browse files
fixed parameters
parent
612211fa
Changes
1
Hide whitespace changes
Inline
Side-by-side
runner.sh
View file @
1b06cc55
...
@@ -23,16 +23,16 @@ done
...
@@ -23,16 +23,16 @@ done
for
MODE
in
juxt rSNF rSNFi single
for
MODE
in
juxt rSNF rSNFi single
do
do
python postprocessing/compute_all_metrics.py
--outfolder
$OUTFOLDER
--dataset
$DATASET
--target
$TARGET
--layers
$LAYER1
$LAYER2
--model
$MODEL
--n_splits
$N_SPLITS_END
$N_SPLITS_START
--mode
$MODE
python postprocessing/compute_all_metrics.py
--outfolder
$OUTFOLDER
--dataset
$DATASET
--target
$TARGET
--layers
$LAYER1
$LAYER2
--model
$MODEL
--n_splits
_end
$N_SPLITS_END
--n_splits_start
$N_SPLITS_START
--mode
$MODE
done
done
for
MODE
in
juxt rSNF
for
MODE
in
juxt rSNF
do
do
python postprocessing/borda_global_juxt_rSNF.py
--datafolder
$DATAFOLDER
--outfolder
$OUTFOLDER
--dataset
$DATASET
--target
$TARGET
--layers
$LAYER1
$LAYER2
--model
$MODEL
--n_splits
$N_SPLITS_END
$N_SPLITS_START
--mode
$MODE
python postprocessing/borda_global_juxt_rSNF.py
--datafolder
$DATAFOLDER
--outfolder
$OUTFOLDER
--dataset
$DATASET
--target
$TARGET
--layers
$LAYER1
$LAYER2
--model
$MODEL
--n_splits
_end
$N_SPLITS_END
--n_splits_start
$N_SPLITS_START
--mode
$MODE
done
done
python postprocessing/borda_global_rSNFi.py
--datafolder
$DATAFOLDER
--outfolder
$OUTFOLDER
--dataset
$DATASET
--target
$TARGET
--layers
$LAYER1
$LAYER2
--model
$MODEL
--n_splits
$N_SPLITS_END
$N_SPLITS_START
--mode
rSNFi
python postprocessing/borda_global_rSNFi.py
--datafolder
$DATAFOLDER
--outfolder
$OUTFOLDER
--dataset
$DATASET
--target
$TARGET
--layers
$LAYER1
$LAYER2
--model
$MODEL
--n_splits
_end
$N_SPLITS_END
--n_splits_start
$N_SPLITS_START
--mode
rSNFi
Write
Preview
Markdown
is supported
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