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
Traceback (most recent call last):
File "/home/jz748/anaconda3/envs/dpdev113/bin/dp", line 33, in <module>
sys.exit(load_entry_point('deepmd-kit', 'console_scripts', 'dp')())
File "/home/jz748/codes/deepmd-kit/deepmd/entrypoints/main.py", line 437, in main
train_dp(**dict_args)
File "/home/jz748/codes/deepmd-kit/deepmd/entrypoints/train.py", line 102, in train
_do_work(jdata, run_opt, is_compress)
File "/home/jz748/codes/deepmd-kit/deepmd/entrypoints/train.py", line 158, in _do_work
model.build(train_data, stop_batch)
File "/home/jz748/codes/deepmd-kit/deepmd/train/trainer.py", line 318, in build
= NeighborStat(self.ntypes, self.descrpt_param['rcut'])
KeyError: 'rcut'
Summary
Deepmd-kit version, installation way, input file, running commands, error log, etc.
2.0.0
Steps to Reproduce
cd examples/water/hybrid dp train input.json
Further Information, Files, and Links
This worked in v2.0.0.b4.
The text was updated successfully, but these errors were encountered: