# ResNet-in-PyTorch **Repository Path**: msnh/ResNet-in-PyTorch ## Basic Information - **Project Name**: ResNet-in-PyTorch - **Description**: PyTorch tutorial on ResNets with MNIST - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2020-07-08 - **Last Updated**: 2021-02-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ResNet-in-PyTorch I've created a little PyTorch tutorial on Convolutional Neural Networks (CNNs) and Residual Neural Networks (ResNets). It has been my first attempt to create a tutorial. I hope people will enjoy it and find it helpful. Just open the Jupyter Notebook `ResNet in PyTorch.ipynb` and dive into it!