You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running the water example with hybrid descriptors is not working, gives the following error:
File "/home/daniel/.conda/envs/deepmd2/bin/dp", line 10, in <module>
sys.exit(main())
File "/home/daniel/.conda/envs/deepmd2/lib/python3.9/site-packages/deepmd/entrypoints/main.py", line 437, in main
train_dp(**dict_args)
File "/home/daniel/.conda/envs/deepmd2/lib/python3.9/site-packages/deepmd/entrypoints/train.py", line 103, in train
_do_work(jdata, run_opt, is_compress)
File "/home/daniel/.conda/envs/deepmd2/lib/python3.9/site-packages/deepmd/entrypoints/train.py", line 127, in _do_work
model = DPTrainer(jdata, run_opt=run_opt, is_compress = is_compress)
File "/home/daniel/.conda/envs/deepmd2/lib/python3.9/site-packages/deepmd/train/trainer.py", line 52, in __init__
self._init_param(jdata)
File "/home/daniel/.conda/envs/deepmd2/lib/python3.9/site-packages/deepmd/train/trainer.py", line 70, in _init_param
self.descrpt = Descriptor(**descrpt_param)
File "/home/daniel/.conda/envs/deepmd2/lib/python3.9/site-packages/deepmd/utils/plugin.py", line 76, in __call__
obj.__init__(*args, **kwargs)
TypeError: __init__() got an unexpected keyword argument 'list'
Summary
Running the water example with hybrid descriptors is not working, gives the following error:
Deepmd-kit version, installation way, input file, running commands, error log, etc.
Deepmd-kit version: 2.0.2
Installation way:
conda create -n deepmd2 deepmd-kit=*=*gpu libdeepmd=*=*gpu lammps-dp cudatoolkit=10.1 horovod -c https://conda.deepmodeling.org
Input file: same as the example on github:
deepmd-kit/examples/water/hybrid/input.json
Running command: dp train input.json
Steps to Reproduce
Run the water example with hybrid descriptors.
The text was updated successfully, but these errors were encountered: