You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to create masked MLP based ROMs by replacing the linearDecoder in runMaskedLSPG from the unsteady_masked_galerkin_vs_lspg_advdiff1d_pod example with a decoder obtained from an autoencoder network? fomInitialState and romState will have to be set corrrectly; and finally romState will have to be decoded correctly and returned. Please let me know if I'm thinking in the correct direction.
The text was updated successfully, but these errors were encountered:
for MLP, the hyperreduction is not as trivial as the linear basis. i dont think you can select subsets but i might be wrong. @jtencer might be able to say more about this since he has an intern working on this
Is it possible to create masked MLP based ROMs by replacing the
linearDecoder
inrunMaskedLSPG
from the unsteady_masked_galerkin_vs_lspg_advdiff1d_pod example with a decoder obtained from an autoencoder network?fomInitialState
andromState
will have to be set corrrectly; and finallyromState
will have to be decoded correctly and returned. Please let me know if I'm thinking in the correct direction.The text was updated successfully, but these errors were encountered: