/tensorflow_transfer_cifar10

tensorflow_transfer_cifar10

Primary LanguagePython

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