HiWhen can we expect to see an environment that supports keras 2 since there has been significant changes in api making it incompatible to run keras 2 code on keras 1.2.2 ?
I think it is planned soon, at least so I have been told when I asked via email. For the meantime you can add
keras==VERSION_NUMBER
to your floyd_requirements.txt file (http://docs.floydhub.com/home/installing_dependencies/) where you replace VERSION_NUMBER with the version of keras you would like to install (2.0.4 is the most recent at the time of this writing).
Tensorflow 1.1 and Keras 2.0 are now available! (and the default environment when no --env flag is specified)
--env
List of environments: http://docs.floydhub.com/home/environments/
Please upgrade your floyd-cli (pip install -U floyd-cli) to the latest version to use this. Release notes
floyd-cli
pip install -U floyd-cli