From 34220413985690782b7e1428447f0513725684eb Mon Sep 17 00:00:00 2001 From: Luca Date: Fri, 12 Jul 2024 17:53:56 +0200 Subject: [PATCH] bash script for sbatch --- development/train_without_decoder.sh | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 development/train_without_decoder.sh diff --git a/development/train_without_decoder.sh b/development/train_without_decoder.sh new file mode 100644 index 00000000..0ee0654c --- /dev/null +++ b/development/train_without_decoder.sh @@ -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