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