You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thanks for the great work and helpful code, I'm a newer on TF,
and I will appreciate your help with this situation:
I have followed the tutorial to retrain my own model, using my own train datas.
and got the saved model *.pb file,
then when I want to label another whole dataset images,
it was so slow to classify the images one by one,
and is there a way to feed a batch size images to classification progress?
as I searched.. it seems to me that there are some ops not supporting batch,
any suggestions or code referred would be great and helpful, thanks in advance!