Same training script and model that works in deepmd-kit 3.1.2 fails for 3.1.3 #5350
Unanswered
qchempku2017
asked this question in
Q&A
Replies: 2 comments 2 replies
-
|
BTW I'm currently trying deepmd-3.1.2 on paratera. I'll give feedback later. |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
@dosu Do you have any idea on this issue? |
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.
-
Hi DP team,
I was trying to use deepmd-kit 3.1.3 on paratera(并行科技)'s HPC service. My task was to finetune the DPA-3.1-3M.pt model (downloaded from ais-square) with the attached input.json script. The same setup worked fine for deepmd-kit 3.1.2 on our group's local HPC, but failed with deepmd-kit 3.1.3 on paratera, with the following error:
Traceback (most recent call last):
File "/data/home/scxj663/run/deepmd-kit/lib/python3.12/configparser.py", line 824, in items
d.update(self._sections[section])
~~~~~~~~~~~~~~^^^^^^^^^
KeyError: 'CONFIG'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/data/home/scxj663/run/deepmd-kit/bin/dp", line 8, in
sys.exit(main())
^^^^^^
File "/data/home/scxj663/run/deepmd-kit/lib/python3.12/site-packages/deepmd/main.py", line 1045, in main
deepmd_main = BACKENDSargs.backend.entry_point_hook
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/home/scxj663/run/deepmd-kit/lib/python3.12/site-packages/deepmd/backend/pytorch.py", line 66, in entry_point_hook
from deepmd.pt.entrypoints.main import main as deepmd_main
File "/data/home/scxj663/run/deepmd-kit/lib/python3.12/site-packages/deepmd/pt/init.py", line 4, in
from deepmd.pt.cxx_op import (
File "/data/home/scxj663/run/deepmd-kit/lib/python3.12/site-packages/deepmd/pt/cxx_op.py", line 16, in
from deepmd.env import (
File "/data/home/scxj663/run/deepmd-kit/lib/python3.12/site-packages/deepmd/env.py", line 171, in
GLOBAL_CONFIG = _get_package_constants()
^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/home/scxj663/run/deepmd-kit/lib/python3.12/site-packages/deepmd/env.py", line 168, in _get_package_constants
return dict(config.items("CONFIG"))
^^^^^^^^^^^^^^^^^^^^^^
File "/data/home/scxj663/run/deepmd-kit/lib/python3.12/configparser.py", line 827, in items
raise NoSectionError(section)
configparser.NoSectionError: No section: 'CONFIG'
Beta Was this translation helpful? Give feedback.
All reactions