13
0
cdsc_reddit/ngrams/run_tf_jobs.sh

7 lines
152 B
Bash
Raw Normal View History

2020-08-09 07:21:50 +00:00
#!/usr/bin/env bash
2022-04-06 18:11:11 +00:00
2020-08-23 18:57:55 +00:00
source ./bin/activate
2020-08-09 07:21:50 +00:00
python3 tf_comments.py gen_task_list
for job in $(seq 1 50); do sbatch checkpoint_parallelsql.sbatch; done;