forked from albertaparicio/tfg-voice-conversion
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtf_job.sh
executable file
·32 lines (28 loc) · 895 Bytes
/
tf_job.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
#!/bin/bash -
#===============================================================================
#
# FILE: tf_job.sh
#
# USAGE: ./tf_job.sh
#
# DESCRIPTION:
#
# OPTIONS: ---
# REQUIREMENTS: ---
# BUGS: ---
# NOTES: ---
# AUTHOR: YOUR NAME (),
# ORGANIZATION:
# CREATED: 23/03/17 10:37
# REVISION: ---
#===============================================================================
set -o nounset # Treat unset variables as an error
# SBATCH -p veu # Partition to submit to
# SBATCH --mem=32G # Max CPU Memory
# SBATCH --gres=gpu:1
PARTITION='veu'
CPU_CORES=16
MEM='64G'
# BATCH_SIZE=10
# echo "srun -p $PARTITION -c$CPU_CORES --mem=$MEM --gres=gpu:1 python seq2seq_tf_main.py $*"
srun -p $PARTITION -c$CPU_CORES --mem=$MEM --gres=gpu:1 python seq2seq_tf_main.py --no-train --save-h5