Skip to content

Commit

Permalink
submission
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffwoollard committed Jan 17, 2025
1 parent 322ac31 commit 1f631a3
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
#!/bin/bash
#SBATCH --job-name=exponent
#SBATCH --job-name=slurmrunner
#SBATCH --output=slurm/logs/%j.out
#SBATCH --error=slurm/logs/%j.err
#SBATCH --partition=ccb
#SBATCH -n 40
#SBATCH --time=99:00:00


for COST_SCALE_FACTOR in 0.03 0.1 0.3 3.0 10.0 30.0 100.0
for COST_SCALE_FACTOR in 1.0
do
for N_DOWNSAMPLE_PIX in 20
do
for TOP_K in 500
do
for EXPONENT in 0.1 0.2 1.0 1.5 2.0
for EXPONENT in 1.0
do
srun python /mnt/home/gwoollard/ceph/repos/Cryo-EM-Heterogeneity-Challenge-1/src/cryo_challenge/_map_to_map/gromov_wasserstein/gw_weighted_voxels.py --n_downsample_pix ${N_DOWNSAMPLE_PIX} --top_k ${TOP_K} --exponent $EXPONENT --slurm --cost_scale_factor ${COST_SCALE_FACTOR}
done
Expand Down

0 comments on commit 1f631a3

Please sign in to comment.