Predetion NasNet
PythonImageDeveloper opened this issue · 4 comments
PythonImageDeveloper commented
Hi ,
How do I do the prediction (no Evaluation ) and speed of Nasnet? i trained NasNet-a-large for my dataset. .
yeephycho commented
See tf.slim.
PythonImageDeveloper commented
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
kingrain213 commented
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
yeephycho commented
Inference demo feature added.