-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsubmit_runtime.sh
More file actions
36 lines (33 loc) · 956 Bytes
/
Copy pathsubmit_runtime.sh
File metadata and controls
36 lines (33 loc) · 956 Bytes
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
33
34
35
36
#! /bin/bash
#BSUB -q gpuv100
#BSUB -J SparseRegNewton_Fmnist8_100
#BSUB -n 4
#BSUB -gpu "num=1:mode=exclusive_process"
#BSUB -W 24:00
#BSUB -R "span[hosts=1]"
#BSUB -R "rusage[mem=10GB]"
#BSUB -u fmry@dtu.dk
#BSUB -B
#BSUB -N
#BSUB -o sendmeemail/error_%J.out
#BSUB -e sendmeemail/output_%J.err
module swap cuda/12.0
module swap cudnn/v8.9.1.23-prod-cuda-12.X
module swap python3/3.10.12
python3 runtime.py \
--manifold mnist \
--geometry Finsler \
--dim 8 \
--T 100 \
--v0 1.5 \
--method SparseRegNewton \
--jax_lr_rate 0.01 \
--tol 0.001 \
--max_iter 1000 \
--line_search_iter 100 \
--number_repeats 5 \
--timing_repeats 5 \
--seed 2712 \
--save_path timing_gpu/ \
--svhn_path /work3/fmry/Data/SVHN/ \
--celeba_path /work3/fmry/Data/CelebA/