sthomp / tensorflow_transfer_cifar10

tensorflow_transfer_cifar10

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TensorFlow Transfer Learning on CIFAR-10

Trains a softmax regression model on CIFAR-10 using CNN pool_3 weights from inception-v3

Make sure to pre-compute CNN codes before training by running serialize_data()

This is the code that supplements my original blog post

About

tensorflow_transfer_cifar10


Languages

Language:Python 100.0%