# pytorch-resnet **Repository Path**: horizon-mind/pytorch-resnet ## Basic Information - **Project Name**: pytorch-resnet - **Description**: 学习ResNet - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-02-20 - **Last Updated**: 2023-02-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 学习ResNet - 笔记见`notes.md` - 笔记中的测试代码见文件夹`code in notes` - pytorch中的ResNet见`pytorch-resnet.py`,[对应GitHub网站](https://github.com/pytorch/vision/blob/6db1569c89094cf23f3bc41f79275c45e9fcb3f3/torchvision/models/resnet.py#L124) - paper见`He 等 - 2015 - Deep Residual Learning for Image Recognition.pdf`