From 5f81d8b34d2f6a7d10be2cb1275dc5271aef5c0d Mon Sep 17 00:00:00 2001 From: usv240 Date: Sat, 4 Oct 2025 01:10:59 -0400 Subject: [PATCH] Fix broken Wikipedia link in Resources section of 00_pytorch_fundamentals.ipynb --- 00_pytorch_fundamentals.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/00_pytorch_fundamentals.ipynb b/00_pytorch_fundamentals.ipynb index 892cd772..e8221cd8 100644 --- a/00_pytorch_fundamentals.ipynb +++ b/00_pytorch_fundamentals.ipynb @@ -1012,7 +1012,7 @@ "\n", "> **Resources:** \n", " * See the [PyTorch documentation for a list of all available tensor datatypes](https://pytorch.org/docs/stable/tensors.html#data-types).\n", - " * Read the [Wikipedia page for an overview of what precision in computing](https://en.wikipedia.org/wiki/Precision_(computer_science)) is.\n", + " * Read the [Wikipedia page for an overview of what precision in computing]() is.\n", "\n", "Let's see how to create some tensors with specific datatypes. We can do so using the `dtype` parameter." ]