Tensorflow-Examples
Tensorflow-Examples copied to clipboard
Some example code using Tensorflow
hello,thank you for your excellent job,but I have a question,I have many images and I want to process them in a for loop,in this [https://github.com/eldor4do/Tensorflow-Examples/blob/master/retraining-example.py]( https://github.com/eldor4do/Tensorflow-Examples/blob/master/retraining-example.py) link,It seems only process...
Thank you for your sharing first. I tried to run your code on my computer and load my .pb and .txt files. it gives me error: pi@raspberrypi:~/robotimages $ python retrain_example.py...
When you load a freeze model in a pb file, the vars in pb file is freezed (not trainable), so how can I use it to retain it using a...
Can anyone further explain on this (i.e. by giving example) ``` For retraining, prepare folder structure as - root_folder_name - class 1 - file1 - file2 - class 2 -...
Thanks for nice code to apply to python! I think python code is much more readable than C++ is. By the way, in my situation, the speed of python predict...