nanopony / keras-convautoencoder

Keras autoencoders (convolutional/fcc) [proof of concept]
174 stars 55 forks source link

Compatibility updates for keras 0.3.2 and 1.0.4 #8

Closed pkainz closed 5 years ago

pkainz commented 8 years ago

This PR fixes #7, and works with keras 0.3.2 installed via pip install keras==0.3.2.

pkainz commented 8 years ago

The new commits also establish compatibility with the current bleeding edge of keras (1.0.4), both with keras.models.Sequential and the functional API.