auto-cot icon indicating copy to clipboard operation
auto-cot copied to clipboard

run_inference.py FileNotFoundError

Open WEXIJUE opened this issue 2 years ago • 1 comments

in main with open(args.output_dir, "a") as wp: FileNotFoundError: [Errno 2] No such file or directory: 'experiment/multiarith' Does anyone know how to fix this error? Thank you so much

WEXIJUE avatar Apr 21 '23 12:04 WEXIJUE

'experiment/multiarith' is a output dir, perhaps you can manually add a folder named 'experiment/'

lazyloafer avatar Jun 13 '23 14:06 lazyloafer