Added TensorFlow retrain.py script

This commit is contained in:
nlitkowski 2019-05-05 18:00:51 +02:00
parent bcb52d8179
commit dadab8cc54
2 changed files with 1249 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@ -16,3 +16,4 @@
**Credits**
- As a training and testing set of images I used images from [this](https://github.com/garythung/trashnet) project.
- For training we relied on Google Inception model - it's explained [here](https://github.com/tensorflow/models/tree/master/research/inception).
- I used some code from this [tutorial](https://github.com/MicrocontrollersAndMore/TensorFlow_Tut_2_Classification_Walk-through).