SentimentAnalysis icon indicating copy to clipboard operation
SentimentAnalysis copied to clipboard

我输出了三个类别的概率,不管文本如何变化,三个概率的数字永远不变,只是位置有所变化

Open xxxxxxxxy opened this issue 6 years ago • 0 comments

prop=model.predict(data) 第一次测试: [[ 0.21194163 0.5761165 0.21194176]] 第二次测试: [[ 0.57611668 0.21194167 0.21194167]] 第三次测试: [[ 0.57611668 0.21194167 0.21194167]]

请问这是为什么呀?

xxxxxxxxy avatar Jun 19 '19 12:06 xxxxxxxxy