码迷,mamicode.com
首页 > 其他好文 > 详细

TypeError: ('Keyword argument not understood:', 'input')

时间:2021-07-28 21:23:54      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:bsp   keyword   err   put   inf   pre   error:   out   错误   

源代码:

model = Model(input=X_input, output=[x])

错误提示:

技术图片

 

 修正:

model = Model(inputs=X_input, outputs=[x])

 

TypeError: ('Keyword argument not understood:', 'input')

标签:bsp   keyword   err   put   inf   pre   error:   out   错误   

原文地址:https://www.cnblogs.com/pistachio0812/p/15067891.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!