andrea-zanella / keras-basic-inception-resnet-v2

Keras and tensorflow implementation of the inception-resnetV2 model

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

keras-basic-inception-resnet-v2

This is a very simple implementation of the inception resnet v2 model on keras.

Requirements

You will need 2 files from the official keras repo: https://github.com/fchollet/keras :

  • keras/applications/inception_resnet_v2.py
  • keras/applications/imagenet_utils.py

Place(replace) them in your keras/applications folder (usually at "/Library/Python/2.7/site-packages/keras" but it could be different.

You have to replace these two files so you can easy use the inception resnet v2 model.

About

Keras and tensorflow implementation of the inception-resnetV2 model

License:MIT License


Languages

Language:Python 100.0%