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 run inference/test independently #7

Closed
SeekPoint opened this issue Sep 21, 2017 · 1 comment
Closed

how to run inference/test independently #7

SeekPoint opened this issue Sep 21, 2017 · 1 comment

Comments

@SeekPoint
Copy link

No description provided.

@SeekPoint SeekPoint changed the title how to run inference/test independ how to run inference/test independently Sep 21, 2017
@andreamad8
Copy link
Owner

andreamad8 commented Sep 21, 2017

I haven't implemented it yet. Since I was always testing with a given test set. I will make it available soon.

Else, you can:
dic = {entity_net.S:mb_x1,entity_net.Q:mb_x2, entity_net.keep_prob:1.0}
prediction = tf.run(entity_net.logit, feed_dict=feed_dict)
and there you have your prediction

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