File size: 214 Bytes
1cc747d
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/bash
#SBATCH -c 10
#SBATCH -n 1
#SBATCH -o logs/%j.out
#SBATCH --exclusive

STEPS=${1-'61000'}

bash scripts/traintest_scripts/train_test_single_task_indistribution.sh data \
"place_red_in_green" \
 $STEPS