deep-learning-models icon indicating copy to clipboard operation
deep-learning-models copied to clipboard

SqueezeNet model with functional API

Open rcmalli opened this issue 9 years ago • 3 comments

  • Squeezenet has very small footprint ( 5.1 MB model file ).
  • It has AlexNet accuracy.
  • Feedforward prediction time is near 5 FPS with CPU (2.4 GHz Intel Core i5).
  • This project contains both Tensorflow and Theano weights ported from Caffe weights.
  • Weights are placed in model folder at keras-squeezenet repository.
  • Code is rewritten and follows the rules of other model codes in keras/applications.

TO-DO

  • Links for the model files should be fixed according to release version of this library (look at squeezenet.py).

Reference:

Keras Project Reference:

Original Project Reference:

rcmalli avatar Oct 14 '16 11:10 rcmalli

  • Docstring placement and indentation are fixed.
  • Download links for weights are added.
  • Function arguments are changed.

rcmalli avatar Oct 15 '16 09:10 rcmalli

Sorry for the delay. I do intend on merging this, I just have limited bandwidth.

fchollet avatar Nov 10 '16 04:11 fchollet

@rcmalli do you think if it would be a good idea to add also head-less versions of the architecture (see, e.g. ResNet50) so to ease the potential usage in transfer learning?

soupault avatar Feb 03 '17 10:02 soupault