File size: 488 Bytes
324eae2 2dad1a2 a017756 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
---
license: mit
pipeline_tag: image-classification
tags:
- LeNet
datasets:
- uoft-cs/cifar10
language:
- en
metrics:
- accuracy
---
# LeNet-5 From Scratch
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
and I made a few more changes to the naming convention.
The notebook is available on [GitHub](https://github.com/ggsmith842/pytorch-tutorials/blob/main/Building_LeNet_with_PyTorch.ipynb). |