Skip to content

Commit

Permalink
bash script for sbatch
Browse files Browse the repository at this point in the history
  • Loading branch information
lufre1 committed Jul 12, 2024
1 parent b6a7ce9 commit 3422041
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions development/train_without_decoder.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
#!/bin/bash
#SBATCH --partition=grete:shared
#SBATCH -G A100:1
#SBATCH --time=2-00:00:00
#SBATCH --account=nim00007
#SBATCH --nodes=1
#SBATCH -c 32
#SBATCH --mem 128G
#SBATCH --job-name=mito-net


source /home/nimlufre/.bashrc
conda activate sam

python /home/nimlufre/micro-sam/development/train_3d_model_with_lucchi_without_decoder.py

0 comments on commit 3422041

Please sign in to comment.