Skip to content

Commit

Permalink
bugfix for tutorial on embedding net
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldeistler committed May 28, 2024
1 parent 3c1e725 commit 1b268b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tutorials/05_embedding_net.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"source": [
"```Python\n",
"# import required modules\n",
"from sbi.neural_nets import posterior_nn\n",
"from sbi.utils import posterior_nn\n",
"\n",
"# import the different choices of pre-configured embedding networks\n",
"from sbi.neural_nets.embedding_nets import (\n",
Expand Down Expand Up @@ -481,7 +481,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.13"
"version": "3.8.19"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 1b268b8

Please sign in to comment.