# lenet-pytorch **Repository Path**: mr-abc/lenet-pytorch ## Basic Information - **Project Name**: lenet-pytorch - **Description**: LeNet implementation in PyTorch - **Primary Language**: Python - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-10-08 - **Last Updated**: 2023-10-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # LeNet in PyTorch LeNet implementation in PyTorch ## Train the model ``` python train.py ``` ## Evaluate the model ``` python eval.py ``` ## Resources - [Writing LeNet5 from Scratch in PyTorch](https://blog.paperspace.com/writing-lenet5-from-scratch-in-python/) - [Deep Learning with PyTorch: A 60 Minute Blitz](https://pytorch.org/tutorials/beginner/blitz/neural_networks_tutorial.html)