yeephycho/nasnet-tensorflow

Predetion NasNet

PythonImageDeveloper opened this issue · 4 comments

Hi ,
How do I do the prediction (no Evaluation ) and speed of Nasnet? i trained NasNet-a-large for my dataset. .

See tf.slim.

i see tf.slim , but i dont find such function . please give me link for this work ..
please add the commands or function for NasNet prediction such as Training and Evaluation

https://stackoverflow.com/questions/47097978/how-to-print-predictions-in-tf-slims-eval-image-classifier-py

I have not got the prediction too, could you tell me How to print every image's predictions in TF-Slim's eval_image_classifier.py?
I want to check every image's result, thanks

Inference demo feature added.