Update README.md
Browse files
README.md
CHANGED
@@ -9,4 +9,11 @@ language:
|
|
9 |
- en
|
10 |
metrics:
|
11 |
- accuracy
|
12 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
- en
|
10 |
metrics:
|
11 |
- accuracy
|
12 |
+
---
|
13 |
+
|
14 |
+
# LeNet-5 From Scratch
|
15 |
+
|
16 |
+
This model was created using code referenced in Mastering Pytorch by Ashish Ranjan Jha. I modified the code to run on a GPU in Google Colab
|
17 |
+
and I made a few more changes to the naming convention.
|
18 |
+
|
19 |
+
The notebook is available on [GitHub](https://github.com/ggsmith842/pytorch-tutorials/blob/main/Building_LeNet_with_PyTorch.ipynb).
|