shuiyuan
shuiyuan

Reputation: 99

How to Fine-tuning a Pretrained Network in 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

Upvotes: 9

Views: 6361

Answers (1)

suharshs
suharshs

Reputation: 1088

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

Upvotes: 1

Related Questions