I want to install keras and downgrade to 1.0.1, how can i do it
You tried pip install keras==1.0.1 after pip uninstall keras?
You really shouldn't though. Why do you need to downgrade?
@carlthome some reasons for downgrading could be https://github.com/keras-team/keras/issues/9621
check this link
Most helpful comment
You tried
pip install keras==1.0.1afterpip uninstall keras?