maxhodak / keras-molecules

Autoencoder network for learning a continuous representation of molecular structures.
MIT License
519 stars 146 forks source link

change requirements to use pypi keras at recent version #44

Closed pechersky closed 7 years ago

pechersky commented 7 years ago

This stabilizer the requirements.txt to use a fixed keras version (1.1.1). We need this version for ReduceLROnPlateau.

This solves issue #37.