moving-on
Results
1
comments of
moving-on
for example: state=[10.0, 128.0, 1.0, 1.0,10.0, 128.0, 1.0, 1.0], the final output with softmax is [0.1,0.1,0.1,0.1,0.1,0.1,0.2,0.2], then the loss is: -(10*log0.1+128*log0.1+1*log0.1+1*log0.1+10*log0.1+128*log0.1+1*log0.2+1*log0.2) what does this mean?