1. 03 11月, 2020 1 次提交
  2. 19 2月, 2020 1 次提交
  3. 11 2月, 2020 1 次提交
  4. 22 8月, 2018 1 次提交
  5. 03 6月, 2016 1 次提交
  6. 21 11月, 2015 1 次提交
    • M
      TensorFlow: Improve performance of Alexnet · 9c3043ff
      Manjunath Kudlur 提交于
      Changes:
      
      * error message that refers to removed `DefaultSession` method.
      * -Wnull-conversion warnings
      * the "_start_time" attr for recvs when the flag "--brain_enable_scheduling_for_recvs" is set.
      * typo in tutorial data download progress message.
      * a typo ("however their installing"=>"however installing").
      * typo, rename "TensorFlow Mechanics" to "How To" to be consistent with the website.
      * a typo ("subtact"=>"subtract").
      * protobuf examples in comments in tensorflow::Example.proto.
      * formula formatting in MNIST beginner tutorial
      * negative fraction-of-queue-full stats
      * protobuf inclusion path so that Android demo will build under Blaze.
      * small typo (moderatly > moderately)
      * Session.run() to check that tensor arguments come from the session's graph.
      * another six import
      * seq2seq typo in bazel command
      
      Base CL: 108349164
      9c3043ff
  7. 17 11月, 2015 1 次提交
    • V
      TensorFlow: Doc and linter fixes, some additional tests and · 56313def
      Vijay Vasudevan 提交于
      error handling, updates to website.
      
      Changes:
      - Removes redundant reshape from image models by @mrry
      - Default TensorBoard to localhost by @danmane
      - Reformatting of tensorflow/core by @josh11b
      - Make tutorials backwards compatible to 0.5.0 by @girving
      - Improve print documentation (md files not updated).
      - Add proper scrolling to sitemap by @martinwicke
      
      Base CL: 107956254
      56313def
  8. 07 11月, 2015 1 次提交