From f8035c296fdad5dcd6df01134a0b2f1294215549 Mon Sep 17 00:00:00 2001 From: Agano oasis Date: Thu, 27 Jun 2019 14:30:37 +0900 Subject: [PATCH] updated the path to user's home to a dynamic one --- run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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