-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrun_models.sh
More file actions
17 lines (13 loc) · 830 Bytes
/
run_models.sh
File metadata and controls
17 lines (13 loc) · 830 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/bin/bash
sbatch -J multiclass_cnn_vgg19 job_cnn.slurm multiclass_cnn_vgg19
sbatch -J multiclass_cnn_xception job_cnn.slurm multiclass_cnn_xception
sbatch -J multiclass_vit job_vit.slurm multiclass_vit
sbatch -J multiclass_cnn_vgg19_header job_cnn.slurm multiclass_cnn_vgg19_header
sbatch -J multiclass_cnn_xception_header job_cnn.slurm multiclass_cnn_xception_header
sbatch -J multiclass_vit_header job_vit.slurm multiclass_vit_header
sbatch -J binary_cnn_vgg19 job_cnn.slurm binary_cnn_vgg19
sbatch -J binary_cnn_xception job_cnn.slurm binary_cnn_xception
sbatch -J binary_vit job_vit.slurm binary_vit
sbatch -J binary_cnn_vgg19_header job_cnn.slurm binary_cnn_vgg19_header
sbatch -J binary_cnn_xception_header job_cnn.slurm binary_cnn_xception_header
sbatch -J binary_vit_header job_vit.slurm binary_vit_header