notebook updates
This commit is contained in:
parent
4f1763f696
commit
dacb0d1a2d
@ -139,7 +139,7 @@
|
|||||||
" !pip install --upgrade --quiet phiflow==3.2\n",
|
" !pip install --upgrade --quiet phiflow==3.2\n",
|
||||||
" #!pip install --upgrade --quiet git+https://github.com/tum-pbs/PhiFlow@develop\n",
|
" #!pip install --upgrade --quiet git+https://github.com/tum-pbs/PhiFlow@develop\n",
|
||||||
" # for pbdl-dataset:\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",
|
"\n",
|
||||||
"except ImportError:\n",
|
"except ImportError:\n",
|
||||||
" print(\"This notebook is running locally, please make sure the necessary pip packages are installed.\")\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
@ -86,7 +86,7 @@
|
|||||||
"import torch.nn as nn\n",
|
"import torch.nn as nn\n",
|
||||||
"import torch.optim as optim\n",
|
"import torch.optim as optim\n",
|
||||||
"\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"
|
"from pbdl.torch.loader import Dataloader"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user