首页 > 代码库 > Python Theano ValueError: y_i value out of bounds
Python Theano ValueError: y_i value out of bounds
参考 https://groups.google.com/forum/#!topic/theano-users/tY3fNAPYd9k
这个问题是由于outs的数量没有设置对。
里面写到
“except that you should specify "n_out=6", because there are 6
different target classes (numbered from 0 to 5 inclusively). ”
也就是说n_out设置为6的话,Test_Y中的label值只能是0 1 2 3 4 5
比如,我要做三元分类,那么我的label只能定义成 0 1 2
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。