解决 TypeError: ('Keyword argument not understood:', 'padding')
Posted shenxiaolin
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了解决 TypeError: ('Keyword argument not understood:', 'padding')相关的知识,希望对你有一定的参考价值。
subsample
在使用 CNN的时候,报错: TypeError: (‘Keyword argument not understood:‘, ‘padding‘)
原因:padding 是Keras 2.X的语法,而我的PC安装的是 Keras 1.X版本。
二者的API 有一些地方是有变化的。
如下:
以上是关于解决 TypeError: ('Keyword argument not understood:', 'padding')的主要内容,如果未能解决你的问题,请参考以下文章
Python提示:TypeError: 'NoneType' object is not callable的解决办法
python框架Scrapy报错TypeError: 'float' object is not iterable解决
python框架Scrapy报错TypeError: 'float' object is not iterable解决
TypeError: Object of type 'int32' is not JSON serializable ——已解决
解决关于:TypeError: Class constructor Model cannot be invoked without 'new'