Replies: 1 comment 3 replies
-
please check the |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have completed the 02.fp part of iter.000004, but found that the accuracy of my models still does not meet my
requirement, so I continue to train, but I get an error:
File "/public/home/sugon/.local/bin/dpgen", line 8, in
sys.exit(main())
File "/public/home/sugon/.local/lib/python3.9/site-packages/dpgen/main.py", line 185, in main
args.func(args)
File "/public/home/sugon/.local/lib/python3.9/site-packages/dpgen/generator/run.py", line 3642, in gen_run
run_iter (args.PARAM, args.MACHINE)
File "/public/home/sugon/.local/lib/python3.9/site-packages/dpgen/generator/run.py", line 3604, in run_iter
make_train (ii, jdata, mdata)
File "/public/home/sugon/.local/lib/python3.9/site-packages/dpgen/generator/run.py", line 317, in make_train
init_batch_size.append(detect_batch_size(sys_batch_size[sys_idx], sys_single))
IndexError: list index out of range
thanks for your reply!
Beta Was this translation helpful? Give feedback.
All reactions