storage icon indicating copy to clipboard operation
storage copied to clipboard

Got stuck with running phase 3

Open FarFlyField opened this issue 2 years ago • 1 comments

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!

FarFlyField avatar Dec 21 '23 22:12 FarFlyField

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

FarFlyField avatar Dec 21 '23 23:12 FarFlyField