Tutorial update and small fixes * Tutorials update + Tutorial FNO * Create a metric tracker callback * Update PINN for logging * Update plotter for plotting * Small fix LabelTensor * Small fix FNO --------- Co-authored-by: Dario Coscia <dariocoscia@cli-10-110-13-250.WIFIeduroamSTUD.units.it> Co-authored-by: Dario Coscia <dariocoscia@dhcp-176.eduroam.sissa.it>
1.5 KiB
Vendored
1.5 KiB
Vendored
Tutorials
In this folder we collect useful tutorials in order to understand the principles and the potential of PINA. Please read the following table for details about the tutorials. The HTML version of all the tutorials is available also within the documentation.
| Name | Description | Type of Problem |
|---|---|---|
| Tutorial1 [.ipynb, .py, .html] | Introduction to PINA features | SpatialProblem |
| Tutorial2 [.ipynb, .py, .html] | Poisson problem on regular domain using extra features | SpatialProblem |
| Tutorial3 [.ipynb, .py, .html] | Wave problem on regular domain using custom pytorch networks. | SpatialProblem, TimeDependentProblem |
| Tutorial4 [.ipynb, .py, .html] | Continuous Convolutional Filter usage. | None |
| Tutorial5 [.ipynb, .py, .html] | Fourier Neural Operator. | AbstractProblem |