# ResNeXt_TensorFlow2 **Repository Path**: futureflsl/ResNeXt_TensorFlow2 ## Basic Information - **Project Name**: ResNeXt_TensorFlow2 - **Description**: A tensorflow2 implementation of ResNeXt(ResNeXt50, ResNeXt101). - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-07-09 - **Last Updated**: 2020-12-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ResNeXt_TensorFlow2 A tensorflow2 implementation of ResNeXt(ResNeXt50, ResNeXt101). See https://github.com/calmisential/Basic_CNNs_TensorFlow2 for training details. ## References 1. The original paper: [Aggregated Residual Transformations for Deep Neural Networks](https://arxiv.org/abs/1611.05431)