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
Hi, I'm interested in your novel work.
I tried to change some condition in 'demo/physics.ipynb'.
I wonder whether it also predict velocity well when I change initial position of spring.
For example, I changed that the only first mass is fixed in function 'base_graph'.(it means the last mass is not fixed.)
And I added damping force with hooke's law in Springsimulator.
I thought this is so small condition for affecting but, the result of inference didn't follow target and spread out.
Is there relationship between model structure and form of initial condition(such as base graph)?
and how can I change it to fit the target?
The text was updated successfully, but these errors were encountered:
Thank you for your message. In principle this model should work with quite a broad a range of numerical systems. In fact we have used similar models with some minor modifications for much bigger and complex systems. I would recommend to follow that paper I linked, and maybe use that model, and probably train the model for longer than in the demo.
Thank you for your advise.
As you said, I tried to change the model you recommended. I only changed a model in demo/physics to the model you mentioned. and I also change some code about loss(for matching data format).
I computed loss with velocity (not acceleration).
So, I could get the results like this.
Though I set iteration : 10000, num_processing_step : 2, this result looks so wired.
there are edges being changing too long. Where can I modify to improve the result?
Hi, I'm interested in your novel work.
I tried to change some condition in 'demo/physics.ipynb'.
I wonder whether it also predict velocity well when I change initial position of spring.
For example, I changed that the only first mass is fixed in function 'base_graph'.(it means the last mass is not fixed.)
And I added damping force with hooke's law in Springsimulator.
I thought this is so small condition for affecting but, the result of inference didn't follow target and spread out.
Is there relationship between model structure and form of initial condition(such as base graph)?
and how can I change it to fit the target?
The text was updated successfully, but these errors were encountered: