Explorar el Código

Update of script order

jbuisine hace 6 años
padre
commit
d115e95897
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      run.sh

+ 2 - 2
run.sh

@@ -8,6 +8,6 @@ else
   echo "Need size parameter : ./run.sh 20"; 
 fi
 
-python classification_cnn_keras_svd.py --directory ../models/$size/ --output svd_model --batch_size 32 --epochs 150 --img $size
 python classification_cnn_keras.py --directory ../models/$size/ --output cnn_model --batch_size 32 --epochs 150 --img $size
-python classification_cnn_keras_cross_validation.py --directory ../models/$size/ --output cnn_cross_validation_model --batch_size 32 --epochs 150 --img $size
+python classification_cnn_keras_cross_validation.py --directory ../models/$size/ --output cnn_cross_validation_model --batch_size 32 --epochs 150 --img $size
+python classification_cnn_keras_svd.py --directory ../models/$size/ --output svd_model --batch_size 32 --epochs 150 --img $size