mirror of
https://github.com/sbrl/research-rainfallradar
synced 2024-11-25 10:32:59 +00:00
allow pretrain to run on gpu
we've slashed the size of the 2nd encoder, so ti should fit naow?
This commit is contained in:
parent
44ad51f483
commit
0353072d15
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
#SBATCH --gres=gpu:1
|
||||
#SBATCH -o %j.%N.%a.out.log
|
||||
#SBATCH -e %j.%N.%a.err.log
|
||||
#SBATCH -p gpu05
|
||||
#SBATCH -p gpu05,gpu
|
||||
#SBATCH --time=5-00:00:00
|
||||
#SBATCH --mem=61440
|
||||
# 61440 = 60GiB memory required
|
||||
|
|
Loading…
Reference in a new issue