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
I tried to run the given command:
./benchmark.sh run --workload unet3d --num-accelerators 4 --results-dir unet3d_results --param dataset.data_folder=unet3d_data
But got this:
Error executing job with overrides: ['workload=unet3d', '++workload.workflow.generate_data=False', '++workload.workflow.train=True', '++workload.dataset.data_folder=unet3d_data', '++workload.workflow.profiling=False', '++workload.profiling.profiler=none']
I'm not sure which configurations to change or how to debug this. Please help, thanks!
The text was updated successfully, but these errors were encountered:
I tried the ones below and it worked. However, when I run phase 4, I got this:
2023-12-21 23:02:35 Error: Directory structure results/unet3d/2023-12-21-22-58-30/summary.json is not correct. It has be in format result_dir/run(1..n)/host(1..n)/summary.json
I tried to run the given command:
./benchmark.sh run --workload unet3d --num-accelerators 4 --results-dir unet3d_results --param dataset.data_folder=unet3d_data
But got this:
Error executing job with overrides: ['workload=unet3d', '++workload.workflow.generate_data=False', '++workload.workflow.train=True', '++workload.dataset.data_folder=unet3d_data', '++workload.workflow.profiling=False', '++workload.profiling.profiler=none']
I'm not sure which configurations to change or how to debug this. Please help, thanks!
The text was updated successfully, but these errors were encountered: