ziweiyang
ziweiyang
Hi, I am trying to reproduce the MGN for my own simulation data. So, I need to understand the batch mechanism in the original code. I have noticed in the...
Hi, I am interested about saving the checkpoint of my self-defined model by subclassing `snt.Module`, but I couldn't find solid resource online. Can I use default method in tensorflow 2...
Hi developer, Thanks for sharing this work. I am trying to reproduce the MeshGraphNet developed by Deepminds in 2021, by using the module.EncodeProcessDecode and module.InteractionNetwroks. I am using demo.tf2 as...