Train your own image classifier with Inception in TensorFlow
googleresearch.blogspot.com
Train your own image classifier with Inception in TensorFlow
1–8 of 8 posts
Re: Train your own image classifier with Inception in TensorFlow
#2I'm super impressed by what's coming out of Google's TensorFlow. Their ImageNet InceptionV3 model is a delight to play with in python!
[1] https://github.com/tensorflow/models/blob/master/inception/d...
Re: Train your own image classifier with Inception in TensorFlow
#3Here is my project with TensorFlow inception model. https://github.com/AKSHAYUBHAT/VisualSearchServer
Re: Train your own image classifier with Inception in TensorFlow
#4This is great! I was just writing a small script to prepare data for TensorFlow CNN image classification based on a custom dataset using SciKitFlow, but the InceptionV3 model is super cool and it looks like the have an implementation with almost compatible API to what I was writing [1]. I'm super impressed by what's coming out of Google's TensorFlow. Their ImageNet InceptionV3 model is a delight to play with in pytho…
Re: Train your own image classifier with Inception in TensorFlow
#5Fine-tuning these models for different applications has been a great way for me to build out new things without relying on an enormous fleet of K40s to train a new set from scratch. Lots of progress in this field, thanks to the whole team for releasing this.
Re: Train your own image classifier with Inception in TensorFlow
#6Re: Train your own image classifier with Inception in TensorFlow
#7This is a great news, the earlier released model had some limitations such as it could not be used with a batch. With this and multi GPU training, TensorFlow is now a good alternative to Caffe. Here is my project with TensorFlow inception model. https://github.com/AKSHAYUBHAT/VisualSearchServer
Re: Train your own image classifier with Inception in TensorFlow
#8This is a great news, the earlier released model had some limitations such as it could not be used with a batch. With this and multi GPU training, TensorFlow is now a good alternative to Caffe. Here is my project with TensorFlow inception model. https://github.com/AKSHAYUBHAT/VisualSearchServer
Is the ami mentioned in your README still available? Searching for ami-b80f0ad2 in community AMIs is not turning up any results.
https://www.dropbox.com/s/owp7fxwwtlutw8n/Screenshot%202016-...