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
When looking at the source code under /torchdyn/core/neuralde.py, I found that the NeuralODE class is missing defunc property. And this bug results in an error for /tutorials/module4-model/m4e_lagrangian_nets.ipynb. The notebook can not be run successfully because it requires NeuralODE class to have the defunc property.
The text was updated successfully, but these errors were encountered:
Hey, @Zymrael do you mind providing insight on this issue, I know the neuralde.py API has changed according to the Changelog
but I thought it was backward compatible. I think even when I tried to use the torchdyn older version like 0.31, 0.3, 0.4 and etc still the HNN and LNN examples won't run. Any input will be appreciated, Thanks
When looking at the source code under /torchdyn/core/neuralde.py, I found that the NeuralODE class is missing defunc property. And this bug results in an error for /tutorials/module4-model/m4e_lagrangian_nets.ipynb. The notebook can not be run successfully because it requires NeuralODE class to have the defunc property.
The text was updated successfully, but these errors were encountered: