Skip to content

Commit

Permalink
docs: update example notebook
Browse files Browse the repository at this point in the history
Signed-off-by: Emmanuel Ferdman <[email protected]>
  • Loading branch information
emmanuel-ferdman committed Oct 18, 2024
1 parent fd30537 commit 1465b62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/faq/question_04_gpu.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ operations that benefit from being executed on the GPU.
A speed-up through training on the GPU will most likely become visible when
using convolutional modules in your neural networks. E.g., when passing an
embedding net for image processing like in this example:
[https://github.com/sbi-dev/sbi/blob/main/tutorials/05_embedding_net.ipynb](https://github.com/sbi-dev/sbi/blob/main/tutorials/05_embedding_net.ipynb).
[https://github.com/sbi-dev/sbi/blob/main/tutorials/04_embedding_networks.ipynb](https://github.com/sbi-dev/sbi/blob/main/tutorials/04_embedding_networks.ipynb).

0 comments on commit 1465b62

Please sign in to comment.