Skip to content
This repository has been archived by the owner on Feb 5, 2022. It is now read-only.

updated the path to user's home to a dynamic one #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion run.sh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
python3 main.py --mode train --data /home/ahmed/data/ --model models/model_x1.h5 --type simple_conv --batch 1024 --epochs 10
python3 main.py --mode train --data /$HOME/data/ --model models/model_x1.h5 --type simple_conv --batch 1024 --epochs 10