File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed
Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change 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 ,
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
You can’t perform that action at this time.
0 commit comments