# InceptionV4_TensorFlow2 **Repository Path**: futureflsl/InceptionV4_TensorFlow2 ## Basic Information - **Project Name**: InceptionV4_TensorFlow2 - **Description**: A tensorflow2 implementation of Inception_V4, Inception_ResNet_V1 and Inception_ResNet_V2. - **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 # InceptionV4_TensorFlow2 A tensorflow2 implementation of Inception_V4, Inception_ResNet_V1 and Inception_ResNet_V2. See https://github.com/calmisential/Basic_CNNs_TensorFlow2 for training details. ## References 1. The original paper: [Inception-v4, Inception-ResNet and the Impact of Residual Connectionson Learning](https://arxiv.org/abs/1602.07261) 2. The official implementation of Inception_V4: https://github.com/tensorflow/models/blob/master/research/slim/nets/inception_v4.py 3. The official implementation of Inception_ResNet_V2: https://github.com/tensorflow/models/blob/master/research/slim/nets/inception_resnet_v2.py