Skip to content

Commit

Permalink
update auto
Browse files Browse the repository at this point in the history
  • Loading branch information
jmduarte committed May 22, 2024
1 parent a908d20 commit f1f7670
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions notebooks/07_Autoencoder.ipynb
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"cells": [
{
"attachments": {},
"cell_type": "markdown",
"metadata": {},
"source": [
Expand All @@ -18,7 +17,7 @@
"\n",
"You may need to install the [JetNet](https://jetnet.readthedocs.io/en/latest/pages/contents.html) library if you don't already have it.\n",
"```bash\n",
"pip install --user jetnet\n",
"pip install --user jetnet tables==3.8.0\n",
"```"
]
},
Expand Down Expand Up @@ -53,6 +52,7 @@
" split=\"valid\",\n",
" data_dir=\"data/\",\n",
" particle_transform=jetnet.utils.cartesian_to_relEtaPhiPt,\n",
" download=True,\n",
")"
]
},
Expand Down Expand Up @@ -367,7 +367,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.15"
"version": "3.9.5"
},
"vscode": {
"interpreter": {
Expand Down

0 comments on commit f1f7670

Please sign in to comment.