1. 02 Mar, 2017 7 commits
  2. 01 Mar, 2017 1 commit
  3. 24 Feb, 2017 1 commit
  4. 23 Feb, 2017 4 commits
  5. 22 Feb, 2017 7 commits
  6. 21 Feb, 2017 2 commits
  7. 20 Feb, 2017 2 commits
  8. 19 Feb, 2017 1 commit
  9. 18 Feb, 2017 3 commits
  10. 17 Feb, 2017 1 commit
  11. 16 Feb, 2017 1 commit
    • Parth Shah's avatar
      Updated concat_v2 to concat for 1.0 compatibility · dad7dcbd
      Parth Shah authored
      Updated concat_v2 to concat for version 1.0 compatibility for breaking changes introduced in version 1.0
      "tf.concat now takes arguments in reversed order and with different keywords. In particular we now match NumPy order as tf.concat(values, axis, name)"
      dad7dcbd
  12. 15 Feb, 2017 2 commits
  13. 13 Feb, 2017 4 commits
  14. 09 Feb, 2017 1 commit
  15. 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
  16. 31 Jan, 2017 2 commits