This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# !!! Note for cifar10_train_and_eval.py !!! | |
# | |
# 1. Put this file into tensorflow/models/image/cifar10 directory. | |
# 2. For this file to work, you need to comment out tf.image_summary() in | |
# file tensorflow/models/image/cifar_input.py | |
# | |
# Copyright 2015 Google Inc. All Rights Reserved. | |
# |