Banus / keras-squeezenet

Pretrained Squeezenet 1.1 implementation in Keras

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Keras SqueezeNet

This is a Keras implementation of the lightweight SqueezeNet v1.1. It follows the same structure as a normal Keras application and much of the code is a direct port of the keras.applications.vgg16.

The model is pretrained and weights are included both in this repository and as a .h5 file automatically downloaded when instantiating the model. The weights have been ported from tf-squeezenet.

About

Pretrained Squeezenet 1.1 implementation in Keras

License:MIT License


Languages

Language:Python 100.0%