Tutorials WIP

This commit is contained in:
MatteB03
2025-03-06 16:03:17 +01:00
committed by Nicola Demo
parent 00198897e2
commit 5c645b221b
5 changed files with 99684 additions and 1664 deletions

View File

@@ -28,7 +28,7 @@
},
{
"cell_type": "code",
"execution_count": 1,
"execution_count": null,
"id": "5ae7c0e8",
"metadata": {},
"outputs": [],
@@ -45,6 +45,7 @@
"import torch \n",
"import matplotlib.pyplot as plt \n",
"plt.style.use('tableau-colorblind10')\n",
"\n",
"from pina.problem import AbstractProblem\n",
"from pina.solver import SupervisedSolver\n",
"from pina.trainer import Trainer\n",