Skip to content

Commit 037840e

Browse files
committed
fix path to embedding nets
1 parent 10ec018 commit 037840e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/16_implemented_methods.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
"The density estimation part of BayesFlow is equivalent to single-round NPE. The\n",
115115
"additional contribution of the paper are several embedding networks for high-dimensional\n",
116116
"data including permutation invariant embeddings. Similar embeddings networks are\n",
117-
"implemented in `sbi` as well, under `sbi.neural_nets.embedding_nets.py`."
117+
"implemented in `sbi` as well, under `sbi.neural_nets.embedding_nets`."
118118
]
119119
},
120120
{

0 commit comments

Comments
 (0)