Browse Source

Update of script order

jbuisine 6 years ago
parent
commit
d115e95897
1 changed files with 2 additions and 2 deletions
  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