-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
code for deforming_plate #5
Comments
Hi Kim, Regards |
can you please tell me which version of python does this run on. Hi Sneha, Unfortunately the example implementation that we provide on Github only runs the FlagSimple and CylinderFlow datasets. Best, |
Hi all, Regards |
@wwMark Thanks for your great work on MeshgraphNet implimentation on pytorch. Have a great day! |
Hi @wwMark. Thanks for open-sourcing this implementation, and particularly the deforming-plate code.
The results that I get are not satisfactory, so I want to ask you if you have run any overfitting experiment, and what configuration you would suggest for such a thing. Something that I have observed, is that every time I run the above training process, when visualizing with plot_deform.py, I always see a different trajectory being evaluated. I would expect to be the same one every time, e.g. the 1st trajectory of the dataset. Looking into your dataset.py code, I see that shuffle=False, so I am not sure why I see this behaviour. Thanks in advance for any help! |
Hi, did anyone tried to use deforming plate model on custom datasets? |
Hi Mark, thanks for the code. I think for the deforming_plate experiments, common.py needs to break down the tetrahedral elements to 6 edges, not 4. It should look like this right? edges = torch.cat([ |
Hi @tabesink, |
Hi @wwMark,
I'm impressed by your pytorch work for MeshGraphNets.
Do you have plans for working on the 'deforming_plate' domain?
Thank you for sharing your work.
Barney
The text was updated successfully, but these errors were encountered: