Skip to content

Commit

Permalink
it is def CPU limited. Add even more CPUs
Browse files Browse the repository at this point in the history
  • Loading branch information
mwalmsley committed Nov 22, 2023
1 parent 9df8267 commit b8d3fc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions only_for_me/narval/train.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#SBATCH --time=23:30:0
#SBATCH --nodes=1
#SBATCH --ntasks-per-node=1
#SBATCH --cpus-per-task=10
#SBATCH --cpus-per-task=20
#SBATCH --mem-per-cpu 4G
#SBATCH --gres=gpu:v100:1

Expand All @@ -25,7 +25,7 @@ srun $PYTHON $REPO_DIR/only_for_me/narval/train.py \
--batch-size 256 \
--num-features 128 \
--gpus 1 \
--num-workers 10 \
--num-workers 20 \
--color --wandb --mixed-precision --compile-encoder

# srun python $SLURM_TMPDIR/zoobot/only_for_me/narval/finetune.py
Expand Down

0 comments on commit b8d3fc0

Please sign in to comment.