-
Notifications
You must be signed in to change notification settings - Fork 1
/
run_training.sh
24 lines (16 loc) · 1.03 KB
/
run_training.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#------------------------------------------------------------------------------
#------------------------------------------------------------------------------
cd $HOME/solution/models/run-20220310-1926-ef1b7
python3 run.py --tpu_ip_or_name=node-01 --data_tfrec_dir=gs://bucket/dir
cd $HOME/solution/models/run-20220316-1310-beitl
python3 run.py --tpu_ip_or_name=node-01 --data_tfrec_dir=gs://bucket/dir
cd $HOME/solution/models/run-20220317-1954-ef1l2
python3 run.py --tpu_ip_or_name=node-01 --data_tfrec_dir=gs://bucket/dir
cd $HOME/solution/models/run-20220318-1121-ef2xl
python3 run.py --tpu_ip_or_name=node-01 --data_tfrec_dir=gs://bucket/dir
cd $HOME/solution/models/run-20220322-2024-ef1l2
python3 run.py --tpu_ip_or_name=node-01 --data_tfrec_dir=gs://bucket/dir
cd $HOME/solution/models/run-20220325-1527-ef2l
python3 run.py --tpu_ip_or_name=node-01 --data_tfrec_dir=gs://bucket/dir
#------------------------------------------------------------------------------
#------------------------------------------------------------------------------