An open API service indexing awesome lists of open source software.

https://github.com/mpolinowski/tf-flowers

Get MobilNet from Tensorflow Hub and retrain it on custom dataset
https://github.com/mpolinowski/tf-flowers

image-classification mobilenetv2 tensorflow-hub tensorflow2

Last synced: about 2 months ago
JSON representation

Get MobilNet from Tensorflow Hub and retrain it on custom dataset

Awesome Lists containing this project

README

          

# Tensorflow Hub

Trying out [TensorFlow Hub](https://www.tensorflow.org/hub) to download the feature extraction layer of MobileNet and retrain with the [flower dataset provided by Tensorflow](https://storage.googleapis.com/download.tensorflow.org/example_images/flower_photos.tgz):

* `testing_mobilenet.py`: Test the untrained model
* `training_mobilenet.py`: Train the model and testing

![Tensorflow Hub - MobileNet](./Tensorflow_Transfer_Learning_05.png)