Replies: 1 comment
-
Do you use the devel branch? |
Beta Was this translation helpful? Give feedback.
0 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 pre-trained and fine-tuned the DPA-2 model in deepmd-kit (3.0.0b4).
When I try to implement the distillation process using dpgen (0.12.2.dev1), the following problem occurs:
I want to use the
.pt
model from the fine-tuning as the initial model and have specified the following parameters in the run parameter.json:The following error message appears:
FileNotFoundError: cannot find upload file ./iter.000000/00.train/000/old/model.ckpt.meta
Does this mean that only TensorFlow models can be used as initial models? Or am I missing some parameter?
Beta Was this translation helpful? Give feedback.
All reactions