瀏覽代碼

Update of script order

jbuisine 6 年之前
父節點
當前提交
d115e95897
共有 1 個文件被更改,包括 2 次插入2 次删除
  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