Let's say I have 3 section of data. (I'm not using CIFAR data)
Training data
Test data
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?
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)
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