You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/doc_benchmark.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -74,10 +74,10 @@ hyperparameter sampling and pytorch.
74
74
The following script will help to find out which job has failed and the error message, so that you could direct to the
75
75
specific log file
76
76
```cluster
77
-
bash ./sh_list_error.sh ./zoutput/slurm_logs
77
+
bash ./sh_list_error.sh ./zoutput/benchmarks/[output folder of the sepcifed benchmark in the yaml file]/slurm_logs
78
78
```
79
79
#### Map between slurm job id and sampled hyperparameter index
80
-
suppose the slurm job id is 14144163, one could the corresponding log file in `./zoutput/slurm_logs` folder via
80
+
suppose the slurm job id is 14144163, one could the corresponding log file in `./zoutput/[output folder of the sepcifed benchmark in the yaml file]/slurm_logs` folder via
0 commit comments