Activation Functions and Optimization Algorithms

Can I specify the optimization and activation functions I want to use in my PINNs model in Modulus? For example, I would like to use the Tanh and the L-BFGS functions.

Hi @nga77

Yes you can, either manually in python or using the config.
We support many optimizers and activation functions by default.

1 Like

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