Skip to content

Commit

Permalink
worked great, now 4x with the split
Browse files Browse the repository at this point in the history
  • Loading branch information
mwalmsley committed Nov 7, 2023
1 parent 2d8c3bb commit eb19ada
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion only_for_me/narval/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
resize_after_crop=args.resize_after_crop,
# hardware parameters
# gpus=args.gpus,
gpus=2,
gpus=4,
nodes=args.nodes,
mixed_precision=args.mixed_precision,
wandb_logger=wandb_logger,
Expand Down
6 changes: 3 additions & 3 deletions only_for_me/narval/train.sh
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#!/bin/bash
#SBATCH --time=1:00:0
#SBATCH --nodes=1
#SBATCH --ntasks=2
#SBATCH --ntasks-per-node=2
#SBATCH --ntasks=4
#SBATCH --ntasks-per-node=4
#SBATCH --cpus-per-task=10
#SBATCH --mem-per-cpu 4G
#SBATCH --gres=gpu:a100:2
#SBATCH --gres=gpu:a100:4

nvidia-smi

Expand Down

0 comments on commit eb19ada

Please sign in to comment.