1. 28 Aug, 2017 1 commit
    • Jay Young's avatar
      Fix `Segmentation Fault` when loading very big corpus file · 0375c800
      Jay Young authored
      example_pos_ is the cursor to current position when reading the corpus file. When corpus file is very big, the corpus_size_ may bigger than max of int32, then example_pos_ became negative, and cause `corpus_[example_pos_]` to `Segmentation Fault`.
      0375c800
  2. 16 Mar, 2017 4 commits
  3. 14 Mar, 2017 1 commit
  4. 13 Feb, 2017 1 commit
  5. 07 Feb, 2017 1 commit
    • Rishabh Agarwal's avatar
      Removed deprecated op · 330e7901
      Rishabh Agarwal authored
      Remove the deprecated `scalar_summary` and use `summary.scalar` instead. 
      
      The current program gets the following warning:
      WARNING:tensorflow:
      build_graph.: scalar_summary (from tensorflow.python.ops.logging_ops) is deprecated and will be removed after 2016-11-30.
      Instructions for updating:
      Please switch to tf.summary.scalar. Note that tf.summary.scalar uses the node name instead of the tag. This means that TensorFlow will automatically de-duplicate summary names based on the scope they are created in. Also, passing a tensor or list of tags to a scalar summary op is no longer supported.
      330e7901
  6. 17 Jan, 2017 1 commit
  7. 12 Jan, 2017 1 commit
  8. 10 Jan, 2017 1 commit
  9. 09 Jan, 2017 2 commits
  10. 06 Jan, 2017 1 commit
  11. 28 Dec, 2016 4 commits
  12. 22 Dec, 2016 1 commit
  13. 21 Dec, 2016 1 commit
  14. 20 Dec, 2016 1 commit
  15. 10 Dec, 2016 1 commit