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 am running taichi 1.2.1 with arm64 arch and Python 3.10.8. I've written some code that repeatedly calls the mass_spring simulation with different mass spring layouts and the loss of mass spring becomes nan when this happens. However, this behavior is not deterministic, sometimes it happens after 1 iteration other times after 4-5 with it not failing on a particular mass_spring layout.
Before and after each call to mass_spring main, I am reloading the mass_spring file to re-initialize the variables and after I am tearing down with ti.reset().
Could someone please shed some light on this error?
The text was updated successfully, but these errors were encountered:
I am running taichi 1.2.1 with arm64 arch and Python 3.10.8. I've written some code that repeatedly calls the
mass_spring
simulation with different mass spring layouts and the loss of mass spring becomes nan when this happens. However, this behavior is not deterministic, sometimes it happens after 1 iteration other times after 4-5 with it not failing on a particular mass_spring layout.Before and after each call to mass_spring main, I am reloading the mass_spring file to re-initialize the variables and after I am tearing down with
ti.reset()
.Could someone please shed some light on this error?
The text was updated successfully, but these errors were encountered: