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
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:
run.py 265 dynamics
Ekin, Epot, T = integrator.step(niter=args.output_period)
integrator.py 68 step
pot = self.forces.compute(s.pos, s.box, s.forces)
forces.py 84 compute
raise RuntimeError("Found NaN coordinates.")
RuntimeError:
Found NaN coordinates.
Is there some version issue with TorchMD? or is there something else I am doing wrong here?
Thank you
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: