Skip to content

Commit

Permalink
scripts update
Browse files Browse the repository at this point in the history
  • Loading branch information
wephy committed Sep 18, 2023
1 parent f2cfb4c commit f72fa8b
Show file tree
Hide file tree
Showing 11 changed files with 21 additions and 21 deletions.
4 changes: 2 additions & 2 deletions scripts/LACBED-to-CD/0.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
#SBATCH --cpus-per-task=42
#SBATCH --mem-per-cpu=3850
#SBATCH --partition=compute
#SBATCH --time=20:00:00
#SBATCH --time=25:00:00

module restore ai

srun python train.py --dataroot ~/FDP --split ./data/splits/0 --gpu_ids -1 --input LACBED --name seed0_CD --no_vgg_loss
srun python train.py --dataroot ~/FDP --split ./data/splits/0 --gpu_ids -1 --input LACBED --name LACBED/seed0_CD --no_vgg_loss
4 changes: 2 additions & 2 deletions scripts/LACBED-to-CD/1.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
#SBATCH --cpus-per-task=42
#SBATCH --mem-per-cpu=3850
#SBATCH --partition=compute
#SBATCH --time=20:00:00
#SBATCH --time=25:00:00

module restore ai

srun python train.py --dataroot ~/FDP --split ./data/splits/1 --gpu_ids -1 --input LACBED --name seed1_CD --no_vgg_loss
srun python train.py --dataroot ~/FDP --split ./data/splits/1 --gpu_ids -1 --input LACBED --name LACBED/seed1_CD --no_vgg_loss
4 changes: 2 additions & 2 deletions scripts/LACBED-to-CD/2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
#SBATCH --cpus-per-task=42
#SBATCH --mem-per-cpu=3850
#SBATCH --partition=compute
#SBATCH --time=20:00:00
#SBATCH --time=25:00:00

module restore ai

srun python train.py --dataroot ~/FDP --split ./data/splits/2 --gpu_ids -1 --input LACBED --name seed2_CD --no_vgg_loss
srun python train.py --dataroot ~/FDP --split ./data/splits/2 --gpu_ids -1 --input LACBED --name LACBED/seed2_CD --no_vgg_loss
4 changes: 2 additions & 2 deletions scripts/LACBED-to-CD/3.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
#SBATCH --cpus-per-task=42
#SBATCH --mem-per-cpu=3850
#SBATCH --partition=compute
#SBATCH --time=20:00:00
#SBATCH --time=25:00:00

module restore ai

srun python train.py --dataroot ~/FDP --split ./data/splits/3 --gpu_ids -1 --input LACBED --name seed3_CD --no_vgg_loss
srun python train.py --dataroot ~/FDP --split ./data/splits/3 --gpu_ids -1 --input LACBED --name LACBED/seed3_CD --no_vgg_loss

4 changes: 2 additions & 2 deletions scripts/LACBED-to-CD/4.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
#SBATCH --cpus-per-task=42
#SBATCH --mem-per-cpu=3850
#SBATCH --partition=compute
#SBATCH --time=20:00:00
#SBATCH --time=25:00:00

module restore ai

srun python train.py --dataroot ~/FDP --split ./data/splits/4 --gpu_ids -1 --input LACBED --name seed4_CD --no_vgg_loss
srun python train.py --dataroot ~/FDP --split ./data/splits/4 --gpu_ids -1 --input LACBED --name LACBED/seed4_CD --no_vgg_loss

4 changes: 2 additions & 2 deletions scripts/LACBED-to-CD/F_-4_3_m.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
#SBATCH --cpus-per-task=42
#SBATCH --mem-per-cpu=3850
#SBATCH --partition=compute
#SBATCH --time=20:00:00
#SBATCH --time=25:00:00

module restore ai

srun python train.py --dataroot ~/FDP --split ./data/splits/F_-4_3_m --gpu_ids -1 --input LACBED --name seedF_-4_3_m_CD --no_vgg_loss
srun python train.py --dataroot ~/FDP --split ./data/splits/F_-4_3_m --gpu_ids -1 --input LACBED --name LACBED/seedF_-4_3_m_CD --no_vgg_loss

4 changes: 2 additions & 2 deletions scripts/LACBED-to-CD/F_m_-3_m.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
#SBATCH --cpus-per-task=42
#SBATCH --mem-per-cpu=3850
#SBATCH --partition=compute
#SBATCH --time=20:00:00
#SBATCH --time=25:00:00

module restore ai

srun python train.py --dataroot ~/FDP --split ./data/splits/F_m_-3_m --gpu_ids -1 --input LACBED --name seedF_m_-3_m_CD --no_vgg_loss
srun python train.py --dataroot ~/FDP --split ./data/splits/F_m_-3_m --gpu_ids -1 --input LACBED --name LACBED/seedF_m_-3_m_CD --no_vgg_loss

4 changes: 2 additions & 2 deletions scripts/LACBED-to-CD/I_-4_3_d.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
#SBATCH --cpus-per-task=42
#SBATCH --mem-per-cpu=3850
#SBATCH --partition=compute
#SBATCH --time=20:00:00
#SBATCH --time=25:00:00

module restore ai

srun python train.py --dataroot ~/FDP --split ./data/splits/I_-4_3_d --gpu_ids -1 --input LACBED --name seedI_-4_3_d_CD --no_vgg_loss
srun python train.py --dataroot ~/FDP --split ./data/splits/I_-4_3_d --gpu_ids -1 --input LACBED --name LACBED/seedI_-4_3_d_CD --no_vgg_loss

4 changes: 2 additions & 2 deletions scripts/LACBED-to-CD/I_-4_3_m.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
#SBATCH --cpus-per-task=42
#SBATCH --mem-per-cpu=3850
#SBATCH --partition=compute
#SBATCH --time=20:00:00
#SBATCH --time=25:00:00

module restore ai

srun python train.py --dataroot ~/FDP --split ./data/splits/I_-4_3_m --gpu_ids -1 --input LACBED --name seedI_-4_3_m_CD --no_vgg_loss
srun python train.py --dataroot ~/FDP --split ./data/splits/I_-4_3_m --gpu_ids -1 --input LACBED --name LACBED/seedI_-4_3_m_CD --no_vgg_loss

4 changes: 2 additions & 2 deletions scripts/LACBED-to-CD/P_-4_3_n.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
#SBATCH --cpus-per-task=42
#SBATCH --mem-per-cpu=3850
#SBATCH --partition=compute
#SBATCH --time=20:00:00
#SBATCH --time=25:00:00

module restore ai

srun python train.py --dataroot ~/FDP --split ./data/splits/P_-4_3_n --gpu_ids -1 --input LACBED --name seedP_-4_3_n_CD --no_vgg_loss
srun python train.py --dataroot ~/FDP --split ./data/splits/P_-4_3_n --gpu_ids -1 --input LACBED --name LACBED/seedP_-4_3_n_CD --no_vgg_loss

2 changes: 1 addition & 1 deletion scripts/uploading_files.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ gdrive files upload checkpoints/CD/seedF_-4_3_m_CD/ --recursive
gdrive files upload checkpoints/CD/seedF_m_-3_m_CD/ --recursive
gdrive files upload checkpoints/CD/seedI_-4_3_d_CD/ --recursive
gdrive files upload checkpoints/CD/seedI_-4_3_m_CD/ --recursive
gdrive files upload checkpoints/CD/seedP_-3_3_n_CD/ --recursive
gdrive files upload checkpoints/CD/seedP_-4_3_n_CD/ --recursive

0 comments on commit f72fa8b

Please sign in to comment.