diff --git a/run.sh b/run.sh index ad567bf..993cf7f 100644 --- a/run.sh +++ b/run.sh @@ -1 +1 @@ -python3 main.py --mode train --data /home/ahmed/data/ --model models/model_x1.h5 --type simple_conv --batch 1024 --epochs 10 \ No newline at end of file +python3 main.py --mode train --data /$HOME/data/ --model models/model_x1.h5 --type simple_conv --batch 1024 --epochs 10