Skip to content

Releases: fchollet/deep-learning-models

New weights files: NASNet, DenseNet

16 Jan 04:51
Compare
Choose a tag to compare

Centralizing the storage location of weights files referred to in the keras.applications module.

Add InceptionResNetV2

08 Sep 21:30
Compare
Choose a tag to compare
v0.7

Add inception_resnet_v2

MobileNet

30 Jun 18:48
Compare
Choose a tag to compare

Code contributed by Somshubra Majumdar. Weights ported from tensorflow/models.

Keras 2 API, new Inception V3 weights

11 Mar 04:34
Compare
Choose a tag to compare
v0.5

Update models to V2 API.

Xception model

19 Oct 20:38
Compare
Choose a tag to compare

Add the Xception model with ImageNet weights.

Music tagger model

01 Oct 07:08
Compare
Choose a tag to compare

Add the music tagger CRNN by @keunwoochoi.

InceptionV3, updated ResNet50

09 Aug 17:36
Compare
Choose a tag to compare
Merge branch 'master' of https://github.com/fchollet/deep-learning-mo…

…dels

VGG16, VGG19, and ResNet50

03 Aug 21:16
Compare
Choose a tag to compare

Add code and weights for VGG16, VGG19, and ResNet50.