cnn-text-classification-tf
cnn-text-classification-tf copied to clipboard
How to express the result as probability?
run
batch_scores = sess.run(scores, {input_x: x_test_batch, dropout_keep_prob: 1.0})
and I got this:

@initeasylife I have the same question, Did you solved it?
@initeasylife Same question. Did you solve it?