Problem with training data format #1423
Answered
by
njzjz
Tubakabura
asked this question in
Q&A
-
My initial training data was in 'mixed' format, while the data generated from each 'run' iteration was converted to the regular format of deepmd. |
Beta Was this translation helpful? Give feedback.
Answered by
njzjz
Dec 11, 2023
Replies: 1 comment
-
Alternately, you can set If it can not meet your requirements, PR is welcome. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Tubakabura
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Alternately, you can set
batch_size
tomixed:N
(e.g.mixed:16
) which will mix systems automatically during training.If it can not meet your requirements, PR is welcome.