Skip to content

Commit 6596b4e

Browse files
committed
checkpoint
1 parent ceab518 commit 6596b4e

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

batch_run/dispatcher.py

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,19 +39,18 @@
3939
"kwargs_wandb_init": {
4040
"project": "face_rhythm",
4141
"name": name_wandb,
42-
"dir": dir_save,
4342
},
4443
"path_script": path_script,
4544
"period_logger": 2,
4645
},
4746

4847
"params_script": {
4948
"steps": [
50-
# "load_videos",
51-
# "ROIs",
52-
# "point_tracking",
49+
"load_videos",
50+
"ROIs",
51+
"point_tracking",
5352
"VQT",
54-
"TCA",
53+
# "TCA",
5554
],
5655
"project": {
5756
"overwrite_config": True,
@@ -319,12 +318,12 @@
319318
#SBATCH --account=kempner_bsabatini_lab # The account name for the job.
320319
#SBATCH --job-name={name_slurm} # Job name
321320
#SBATCH --output={path} # File to write: STDOUT (and STDERR if --error is not used)
322-
#SBATCH --partition=kempner # Partition (job queue)
321+
#SBATCH --partition=kempner_requeue # Partition (job queue)
323322
#SBATCH --gres=gpu:1 # Number of GPUs
324323
#SBATCH -c 16 # Number of cores (-c) on one node
325324
#SBATCH -n 1 # Number of nodes (-n)
326-
#SBATCH --mem=128GB # Memory pool for all cores (see also --mem-per-cpu)
327-
#SBATCH --time=0-0:10:00 # Runtime in D-HH:MM:SS
325+
#SBATCH --mem=48GB # Memory pool for all cores (see also --mem-per-cpu)
326+
#SBATCH --time=0-6:00:00 # Runtime in D-HH:MM:SS
328327
#SBATCH --requeue # Requeue the job if it is preempted
329328
#SBATCH --export=WANDB_API_KEY # Export the WANDB_API_KEY environment variable to the job
330329

0 commit comments

Comments
 (0)