Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to Fine-tuning a Pretrained Network in Tensorflow?

Tags:

tensorflow

Can anyone give an example of how to fine tune a pretrained imagenet network with new data and different classes similar to this:

Fine-tuning a Pretrained Network for Style Recognition

like image 804
shuiyuan Avatar asked Jan 25 '16 02:01

shuiyuan


1 Answers

This TensorFlow tutorial describes how to retrain a image classifier for new data and new classes.

like image 99
suharshs Avatar answered Oct 21 '22 16:10

suharshs