Open mrjoness opened 5 months ago
Could you tell me which version of torchmd and torchmdnet you have?
Hello, yes here are the versions. I followed the mamba installation in the torchmd repo as I was having trouble with the installation instructions here.
torchmd 1.0.2 pypi_0 pypi torchmd-net 2.2.0 cpu_py310h6472234_2 conda-forge
Hello, I am trying to run CLN tutorial model using the following command:
python /torchmd_mamba_env/lib/python3.10/site-packages/torchmd/run.py --conf simulate.yaml
But I see the following error, which shows there is no aggregator argument associated with the model (I'm using ../Models/cln/model.ckpt)
I tried manually setting the aggr to "add", "mean", and "max", which fixes this issue and starts a simulation, but in each case I see the following issue:
Is there some version issue with TorchMD? or is there something else I am doing wrong here?
Thank you