TypeError: _obtain_input_shape() got an unexpected keyword argument 'include_top'
原文链接:http://www.one2know.cn/bug9/ 报错 原因 没有叫include_top的参数 解决 打开keras.applications.imagenet_utils找到preprocess_input()函数,def ...