Adnios / classic-convolution-network

里面会保存许多优秀的卷积神经网络结构,这些结构可以帮助我们更好的设计网络。

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

经典卷积分类网络在 Keras 当中的实现


所需环境

  1. tensorflow-gpu==1.13.1
  2. keras==2.1.5
  3. I am updating the code using tf-2.1

仓库内容:

  • VGG16 模型
  • MobileNet 模型
  • MobileNetV2 模型
  • MobileNetV3 模型
  • Resnet50 模型
  • InceptionV3 模型
  • Inception ResnetV2 模型
  • Xception 模型

问题

  • efficientNet 网络

使用方法

下来过来直接运行即可,会自动下载模型,如果连接失败,可以多试几次。

原图 Before

Reference

About

里面会保存许多优秀的卷积神经网络结构,这些结构可以帮助我们更好的设计网络。


Languages

Language:Python 98.1%Language:Jupyter Notebook 1.9%