imfing / keras-flask-deploy-webapp

:smiley_cat: Pretty & simple image classifier app template. Deploy your own trained model or pre-trained model (VGG, ResNet, Densenet) to a web app using Flask in 10 minutes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

another problem.! plz help

kavin901020 opened this issue · comments

it is OK to load a trained model now, but another problem happens, I used the same conda environment to deploy the project. dont know how to solve..
File "/home/ljs/anaconda3/envs/zk/lib/python3.7/site-packages/tensorflow/python/keras/utils/generic_utils.py", line 792, in validate_kwargs
raise TypeError(error_message, kwarg)
TypeError: ('Keyword argument not understood:', 'keep_dim')

commented

Check your tensorflow and keras version. Update them if necessary.
Try google this error before open an issue here. Stack Overflow would be much helpful.