Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to get the sentence label? #26

Open
jiangyt2112 opened this issue Nov 25, 2016 · 3 comments
Open

How to get the sentence label? #26

jiangyt2112 opened this issue Nov 25, 2016 · 3 comments

Comments

@jiangyt2112
Copy link

How to get the sentence label? i cont get label from theano.var.tensorvaribal ,what should i do to solve this problem

@txHe
Copy link

txHe commented Jan 7, 2017

Hi , have you solved this problem ? I have meet the same situation.

@jiangyt2112
Copy link
Author

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

@txHe
Copy link

txHe commented Jan 12, 2017

Okay , Thanks a lot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants