ResNets blocks in PINNs

Hello,

I’m trying to implement ResNet blocks in my PINN design similar to the work by Cheng et al. (Water | Free Full-Text | Deep Learning Method Based on Physics Informed Neural Network with Resnet Block for Solving Fluid Flow Problems). Will Modulus support this architecture in a future version?
Is it straightforward to add ResNets as an architecture model in the current version as I could not find it among the current implemented architectures in Modulus?

Thank you for all your efforts!

Hi @cpe.sk

Have a look at the Highway Fourier Net model which has skip connections. Additionally you can always implement your own custom Network Model to use. Consider using the Fully Connected code as a starting point.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.