Skip to content

Commit

Permalink
update templates
Browse files Browse the repository at this point in the history
Signed-off-by: Tom Freudenberg <[email protected]>
  • Loading branch information
Tom Freudenberg committed Nov 12, 2024
1 parent 9281786 commit d6b46a6
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 33 deletions.
11 changes: 0 additions & 11 deletions examples/Templates/Contact_Template.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,6 @@
"You can also take a look at documentation if you need some specific functionalities: [Link to docs](https://torchphysics.readthedocs.io/en/latest/)"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"!pip install torchaudio==0.13.0\n",
"!pip install torchvision==0.14.0\n",
"!pip install torchphysics"
]
},
{
"cell_type": "code",
"execution_count": null,
Expand Down
11 changes: 0 additions & 11 deletions examples/Templates/Discontinuous_Template.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,6 @@
"You can also take a look at documentation if you need some specific functionalities (like using two networks in one condition (tp.models.Parallel))): [Link to docs](https://torchphysics.readthedocs.io/en/latest/)"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"!pip install torchaudio==0.13.0\n",
"!pip install torchvision==0.14.0\n",
"!pip install torchphysics"
]
},
{
"cell_type": "code",
"execution_count": null,
Expand Down
11 changes: 0 additions & 11 deletions examples/Templates/Template_for_your_problem.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,6 @@
"You can also take a look at documentation if you need some specific functionalities: [Link to docs](https://torchphysics.readthedocs.io/en/latest/)"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"!pip install torchaudio==0.13.0\n",
"!pip install torchvision==0.14.0\n",
"!pip install torchphysics"
]
},
{
"cell_type": "code",
"execution_count": null,
Expand Down

0 comments on commit d6b46a6

Please sign in to comment.