inception-v4 topic

List inception-v4 repositories

ConvNets-TensorFlow2

100
Stars
31
Forks
Watchers

⛵️ Implementation a variety of popular Image Classification Models using TensorFlow2. [ResNet, GoogLeNet, VGG, Inception-v3, Inception-v4, MobileNet, MobileNet-v2, ShuffleNet, ShuffleNet-v2, etc...]

Basic_CNNs_TensorFlow2

523
Stars
177
Forks
Watchers

A tensorflow2 implementation of some basic CNNs(MobileNetV1/V2/V3, EfficientNet, ResNeXt, InceptionV4, InceptionResNetV1/V2, SENet, SqueezeNet, DenseNet, ShuffleNetV2, ResNet).

CBAM-tensorflow-slim

107
Stars
24
Forks
Watchers

CBAM implementation on TensorFlow Slim

CBAM-tensorflow

146
Stars
63
Forks
Watchers

CBAM implementation on TensowFlow

A PyTorch implementation of Inception-v4 and Inception-ResNet-v2.

Models Supported: Inception [v1, v2, v3, v4], SE-Inception, Inception_ResNet [v1, v2], SE-Inception_ResNet (1D and 2D version with DEMO for Classification and Regression)

InceptionV4_TensorFlow2

18
Stars
12
Forks
Watchers

A tensorflow2 implementation of Inception_V4, Inception_ResNet_V1 and Inception_ResNet_V2.

CNN-From-Scratch

15
Stars
4
Forks
Watchers

In this repository you will find everything you need to know about Convolutional Neural Network, and how to implement the most famous CNN architectures in both Keras and PyTorch. (I'm working on imple...