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

Keras Applications 1.0.4

Compare
Choose a tag to compare
@fchollet fchollet released this 27 Jul 21:55
· 58 commits to master since this release

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.