calmisential / InceptionV4_TensorFlow2

A tensorflow2 implementation of Inception_V4, Inception_ResNet_V1 and Inception_ResNet_V2.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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
  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

About

A tensorflow2 implementation of Inception_V4, Inception_ResNet_V1 and Inception_ResNet_V2.

License:MIT License


Languages

Language:Python 100.0%