Closed pkainz closed 5 years ago
This PR fixes #7, and works with keras 0.3.2 installed via pip install keras==0.3.2.
pip install keras==0.3.2
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.
keras.models.Sequential
This PR fixes #7, and works with keras 0.3.2 installed via
pip install keras==0.3.2
.