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