Parcourir la source

Update run scripts

Jérôme BUISINE il y a 5 ans
Parent
commit
4b41d8a95a
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      runAll_maxwell_custom.sh

+ 1 - 1
runAll_maxwell_custom.sh

@@ -18,7 +18,7 @@ fi
 
 for size in {"4","8","16","26","32","40"}; do
 
-    for metric in {"lab","mscn","mscn_revisited","low_bits_2","low_bits_3","low_bits_4","low_bits_5","low_bits_6","low_bits_4_shifted_2"}; do
+    for metric in {"lab","mscn","low_bits_2","low_bits_3","low_bits_4","low_bits_5","low_bits_6","low_bits_4_shifted_2"}; do
         bash generateAndTrain_maxwell_custom.sh ${size} ${metric}
     done
 done