jrosebr1 / simple-keras-rest-api

A simple Keras REST API using Flask
MIT License
374 stars 197 forks source link

Fix predictions and adds requirements #12

Open robmarkcole opened 5 years ago

robmarkcole commented 5 years ago

Fixes https://github.com/jrosebr1/simple-keras-rest-api/issues/7 and addresses https://github.com/jrosebr1/simple-keras-rest-api/issues/11

Benzidrine commented 5 years ago

Thanks for providing a solution the code didn't work for me without this

btphan95 commented 4 years ago

Thanks for the solution. This solved all of my errors due to the TF 2.0 upgrade. Seems like TF 2.0 doesn't work well with older versions of Keras.