首页 > 编程语言 > 详细

Python Theano ValueError: y_i value out of bounds

时间:2014-08-02 01:28:02      阅读:1242      评论:0      收藏:0      [点我收藏+]

参考 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

Python Theano ValueError: y_i value out of bounds,布布扣,bubuko.com

Python Theano ValueError: y_i value out of bounds

原文:http://www.cnblogs.com/zklidd/p/3885930.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!