File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed
Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 5858 "update_project_paths" : True ,
5959 "initialize_visualization" : False ,
6060 "use_GPU" : True ,
61- "random_seed" : 0 ,
61+ "random_seed" : None ,
6262 "verbose" : 2 ,
6363 },
6464 "figure_saver" : {
319319#SBATCH --account=kempner_bsabatini_lab # The account name for the job.
320320#SBATCH --job-name={ name_slurm } # Job name
321321#SBATCH --output={ path } # File to write: STDOUT (and STDERR if --error is not used)
322- #SBATCH --partition=kempner_requeue # Partition (job queue)
322+ #SBATCH --partition=kempner # Partition (job queue)
323323#SBATCH --gres=gpu:1 # Number of GPUs
324324#SBATCH -c 16 # Number of cores (-c) on one node
325325#SBATCH -n 1 # Number of nodes (-n)
Original file line number Diff line number Diff line change @@ -156,7 +156,6 @@ def fn_check_pathLike(obj):
156156 bytes ,
157157 memoryview ,
158158 np .bytes_ ,
159- np .unicode_ ,
160159 re .Pattern ,
161160 re .Match ,
162161 )):
Original file line number Diff line number Diff line change 106106 "fast_length" : true ,
107107 "take_abs" : true ,
108108 "filters" : null ,
109- "plot_pref" : false ,
109+ "plot_pref" : false
110110 },
111111 "batch_size" : 10 ,
112112 "normalization_factor" : 0.95 ,
You can’t perform that action at this time.
0 commit comments