Closed liudfgoo closed 1 year ago
Hi,
since these are just the default values from https://pytorch.org/docs/stable/generated/torch.optim.Adam.html, you can also consider removing the config for optimizer_betas
.
Thanks, kyonofx!I have solved this problem. Deleting or commenting away "!!python/tuple" will work.
Hi everyone, when I used the
nequip
module inMDsim
, I encountered this error:The running command is
python main.py --mode train --config-yml configs/water/nequip/nequip_1k.yml
. In the nequip_1k.yml file, I found the content below:It could be an error caused by this command:
!!python/tuple
. But I found it's the same way, even though in this file: https://github.com/mir-group/nequip/blob/main/configs/full.yaml.The version of
pyyaml
in my python environment is6.0
, satisfying the installation requirements.I don't know how to solve this problem. Looking forward to your help, thanks!