From 3d5cb24359264546c6714cf6b5e362b4618b80cc Mon Sep 17 00:00:00 2001 From: Emmanuel Ferdman Date: Sat, 19 Oct 2024 13:55:20 +0300 Subject: [PATCH] docs: fix link to embedding net tutorial (#1297) Signed-off-by: Emmanuel Ferdman --- docs/docs/faq/question_04_gpu.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/faq/question_04_gpu.md b/docs/docs/faq/question_04_gpu.md index b0f80585f..a4aecf92e 100644 --- a/docs/docs/faq/question_04_gpu.md +++ b/docs/docs/faq/question_04_gpu.md @@ -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).