Skip to content
This repository has been archived by the owner on Nov 3, 2022. It is now read-only.

Releases: keras-team/keras-applications

Keras Applications 1.0.8

30 May 18:14
Compare
Choose a tag to compare

Keras Applications 1.0.7

30 Jan 00:49
Compare
Choose a tag to compare

Changelog

  • Added ResNet101, ResNet152 variants of ResNet.
  • Added ResNet50V2, ResNet101V2, ResNet152V2 variants of ResNet V2.
  • Added ResNeXt50, ResNeXt101 variants of ResNeXt.
  • Minor fixes and improvements.

Credits

Special thanks to @taehoonlee, the primary maintainer, who makes the existence of this module possible. We also thank @toddrme2178 who contributed to this release.

Keras Applications 1.0.6

28 Sep 20:31
Compare
Choose a tag to compare
  • Bug fixes and documentation improvements

ResNet

06 Aug 12:04
Compare
Choose a tag to compare
fix selected module in mobilenet test : it should be dependant on sel…

…ected mobilenet version (#25)

Keras Applications 1.0.4

27 Jul 21:55
Compare
Choose a tag to compare

This release removes the dependency on the Keras engine submodule (which was due to the use of the get_source_inputs utility). Now get_source_inputs can be imported from the utils Keras module.

For the time being, set_keras_submodules still supports an engine argument in order to maintain compatibility with Keras 2.2.0. After the release of Keras 2.2.1, this argument will be removed.

Keras Applications 1.0.3

27 Jul 20:35
Compare
Choose a tag to compare

In preparation of Keras 2.2.1 release.

Changelog

  • Fix weight names in DenseNet pretrained weight files.
  • Fix performance degradation of MobileNet.
  • Add performance table.

DenseNet

27 Jul 13:48
Compare
Choose a tag to compare
densenet

Fix weight names in DenseNet pretrained weight files

Keras Applications 1.0.2

06 Jun 17:49
Compare
Choose a tag to compare

Fixes pre-trained weights loading issue with NASNet.

Keras Applications 1.0.1

01 Jun 22:57
Compare
Choose a tag to compare

Initial release.