tensorflow_transfer_cifar10 icon indicating copy to clipboard operation
tensorflow_transfer_cifar10 copied to clipboard

tensorflow_transfer_cifar10

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