Closed maxxxzdn closed 3 years ago
https://github.com/ComputationalRadiationPhysics/NeuralSolvers/blob/2a9457257b35265d219db245eb765c6132559748/PINNFramework/PINN.py#L126
Seems like it tries to get the attribute "hpm_model" of the method "pinn_loss" which leads to an error.
No, the pinn loss is a object that should contain a hpm model inside.
https://github.com/ComputationalRadiationPhysics/NeuralSolvers/blob/2a9457257b35265d219db245eb765c6132559748/PINNFramework/PINN.py#L126
Seems like it tries to get the attribute "hpm_model" of the method "pinn_loss" which leads to an error.