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

TypeError: __init__() missing 1 required positional argument: 'units'

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

标签:成功   miss   源代码   red   sof   ima   out   inf   tput   

源代码:

x = Dense(output_dim=NB_CLASS, activation=softmax)(x)

错误提示:

技术图片

 

 修正:

x = Dense(uints=NB_CLASS, activation=softmax)(x)

代码运行成功。

TypeError: __init__() missing 1 required positional argument: 'units'

标签:成功   miss   源代码   red   sof   ima   out   inf   tput   

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

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