image-classification-CIFAR10-tf icon indicating copy to clipboard operation
image-classification-CIFAR10-tf copied to clipboard

How to do a prediction in tensorflow ?

Open epratheeban opened this issue 7 years ago • 0 comments

Hi,

This tutorial is amazing for a beginner like me.

I have a question about the prediction.

Let's say I have 3 section of data. (I'm not using CIFAR data)

  1. Training data
  2. Test data
  3. Completely foreign data without any labels.

I obtained a training score and test score using your scripts. Now I want to deploy the model in the application. The tensorflow don't have a straightforward syntax for prediction. It would be helpful if you could add how to make a prediction after restoring the model?

Thanks

Pratheeban

epratheeban avatar Jan 16 '18 17:01 epratheeban