Skip to content

Commit

Permalink
reset tutorials to released sbi version
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldeistler committed Jul 17, 2024
1 parent 2398a7a commit b9fe98c
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 79 deletions.
1 change: 0 additions & 1 deletion docs/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ nav:
- Analysis:
- Conditional distributions: tutorial/07_conditional_distributions.md
- Posterior sensitivity analysis: tutorial/09_sensitivity_analysis.md
- Pair and marginal plots: tutorial/19_plotting_functionality.md
- Examples:
- Hodgkin-Huxley example: examples/00_HH_simulator.md
- Decision making model: examples/01_decision_making_model.md
Expand Down
4 changes: 2 additions & 2 deletions tutorials/05_embedding_net.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@
"metadata": {},
"outputs": [],
"source": [
"from sbi.neural_nets import CNNEmbedding\n",
"from sbi.neural_nets.embedding_nets import CNNEmbedding\n",
"\n",
"embedding_net = CNNEmbedding(\n",
" input_shape=(32, 32),\n",
Expand Down Expand Up @@ -481,7 +481,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.19"
"version": "3.10.14"
}
},
"nbformat": 4,
Expand Down
Loading

0 comments on commit b9fe98c

Please sign in to comment.