About transfer Learning with Modulus

I would like to try transfer learning using Modulus.
Is it possible to do transfer learning like the following?

  1. Learn the laws of physics using enough simulation data for some different shapes.
  2. Learn about one of shapes using a few real experimental data for a shape.
1 Like

Hi @neutral

It certainly is possible! Mixing between data / physics-based losses is an excellent area to explore. We dont have any examples doing this right now, but there is no limitation.

Which Modulus APIs or websites should we refer to design about basic transfer learning?

Hi @neutral, check the transfer learning example for the “limerock” example case. This may help.

Thank you for your reply.

1 Like

Thank you for providing an answer to my question.

1 Like

My pleasure! I hope it was useful!