• Wills Cui's avatar
    Update resnet to run with tf r0.12 API. (#833) · 22036b6f
    Wills Cui authored
    * Update resnet to run with tf r0.12 API.
    1. tf.image.per_image_whitening -> tf.image.per_image_standardization
    2. Use tf.summary to replace tf.image_summary, tf.scalar_summary, tf.merge_all_summaries.
    
    * remove log
    22036b6f
cifar_input.py 4.35 KB