Replies: 2 comments 3 replies
-
There are two |
Beta Was this translation helpful? Give feedback.
2 replies
-
May I ask if the problem has been resolved? I have also encountered the same problem |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Hello,
I am trying to use the simplify function of dpgen for transfer learning, as this document says is possible.
I set up my simplify.json following the examples here and here, with the change that for the new, transfer-learned model, I changed the type map to replace the old element with the new element.
When I run simplify, I get the following error:
AssertionError: size of fp_pp_files should be the same as the size of type_map
from line 2989 inrun.py
.This is because simplify overrides the type map in the parameter file and adds the old species to the type map, and then crashes because I have not added the old species' POTCAR to the simplify input file.
How can I set up my parameter file for transfer learning? Do I need to add the old POTCAR to the parameter file? I think doing so would fix the error, but it's not clear to me that the transfer learning would proceed as I want it to if I do...
Thank you!
-Ali
Beta Was this translation helpful? Give feedback.
All reactions