notebook updates

This commit is contained in:
N_T 2025-02-10 14:08:54 +08:00
parent 4f1763f696
commit dacb0d1a2d
3 changed files with 45 additions and 79 deletions

View File

@ -139,7 +139,7 @@
" !pip install --upgrade --quiet phiflow==3.2\n",
" #!pip install --upgrade --quiet git+https://github.com/tum-pbs/PhiFlow@develop\n",
" # for pbdl-dataset:\n",
" !pip install --upgrade --quiet git+https://github.com/tum-pbs/pbdl-dataset@develop\n",
" !pip install --upgrade --quiet git+https://github.com/tum-pbs/pbdl-dataset\n",
"\n",
"except ImportError:\n",
" print(\"This notebook is running locally, please make sure the necessary pip packages are installed.\")\n",

File diff suppressed because one or more lines are too long

View File

@ -86,7 +86,7 @@
"import torch.nn as nn\n",
"import torch.optim as optim\n",
"\n",
"!pip install --upgrade --quiet git+https://github.com/tum-pbs/pbdl-dataset@develop\n",
"!pip install --upgrade --quiet git+https://github.com/tum-pbs/pbdl-dataset\n",
"from pbdl.torch.loader import Dataloader"
]
},