1. 26 Jan, 2017 1 commit
  2. 16 Jan, 2017 1 commit
    • 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
  3. 27 Dec, 2016 1 commit
  4. 09 Dec, 2016 1 commit
  5. 27 Aug, 2016 1 commit
    • Michael Figurnov's avatar
      Do not perform averaging of the cost. · dc340239
      Michael Figurnov authored
      The moving average object was shared between training and evaluation. As
      a result, the cost during evaluation was averaged with the training
      cost. This affects only objective, not precision.
      dc340239
  6. 02 Aug, 2016 1 commit