More working than not
Not sure if validation works, call it a day
This commit is contained in:
parent
4a03211c83
commit
12aabb0d3f
10 changed files with 116 additions and 105 deletions
10
_ShanghaiA-train.sh
Normal file
10
_ShanghaiA-train.sh
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
#!/bin/sh
|
||||
#SBATCH -N 1
|
||||
#SBATCH -n 1
|
||||
#SBATCH --partition=Teach-Standard
|
||||
#SBATCH --gres=gpu:6
|
||||
#SBATCH --mem=24000
|
||||
#SBATCH --time=3-00:00:00
|
||||
|
||||
python train.py \
|
||||
--model='stn'
|
||||
Loading…
Add table
Add a link
Reference in a new issue