Python API for dp train #2931
Answered
by
njzjz
ZhihaoXu0313
asked this question in
Q&A
-
Hi, I just want to know if there's any python api for the training of deep potential, which can replace the command "dp train input.json" in command line? Thanks for any help or response! Best, |
Beta Was this translation helpful? Give feedback.
Answered by
njzjz
Oct 17, 2023
Replies: 1 comment 1 reply
-
This is equivalent:
If you don't care about the performance, using |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
ZhihaoXu0313
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is equivalent:
If you don't care about the performance, using
subprocess
will be more safe.