You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The predictions operation is passed to process to the tensorflow session at line 63 of predict.py.
If you want to get the probability distribution of the classes, you can pass the operation you want to proceed.
The predictions operation is assigned at line 58 of predict.py.
Please search the probability operation of the network from text_cnn.py and pass the operation with predictions.
please help me, as how can I use softmax in place of argmax() to get raw probability distribution for the predicted classes
The text was updated successfully, but these errors were encountered: