Photon-AI-Research / NeuralSolvers

Neural network based solvers for partial differential equations and inverse problems :milky_way:. Implementation of physics-informed neural networks in pytorch.
MIT License
141 stars 46 forks source link

FingerNet has to work with dynamic input sizes #25

Closed StillerPatrick closed 3 years ago

StillerPatrick commented 3 years ago

At the moment the FingerNet only support an input size = 4. The Model should be reimplemented for dynamic input sizes to make it available for lower or higher dimensional problems.

nih23 commented 3 years ago

Fixed by #50