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

Python Theano ValueError: y_i value out of bounds,古老的榕树,5-wow.com

郑重声明:本站内容如果来自互联网及其他传播媒体,其版权均属原媒体及文章作者所有。转载目的在于传递更多信息及用于网络分享,并不代表本站赞同其观点和对其真实性负责,也不构成任何其他建议。