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
test_layer1_input_ = T.concatenate(test_pred_layers_, 1)
test_y_pred_ = classifier.predict(test_layer1_input_)
test_label=theano.function([x],test_y_pred_, allow_input_downcast = True)
run the three line,you had better see the reference of theano
How to get the sentence label? i cont get label from theano.var.tensorvaribal ,what should i do to solve this problem
The text was updated successfully, but these errors were encountered: