1. 11 Jan, 2017 1 commit
    • Henry-E's avatar
      ensure output directory exists · 6601008f
      Henry-E authored
      The neural programmer model fails the first time it's run, if the output directory folder does not already exist. In this case "../model" does not exist and the function fails because the mkdir function doesn't appear to create parent folders. 
      Error: 
      tensorflow.python.framework.errors_impl.NotFoundError: ../model//modeltemp/
      6601008f
  2. 10 Jan, 2017 2 commits
  3. 09 Jan, 2017 3 commits
  4. 08 Jan, 2017 7 commits
  5. 06 Jan, 2017 4 commits
  6. 05 Jan, 2017 1 commit
  7. 30 Dec, 2016 1 commit
    • BoyuanJiang's avatar
      Update build_image_data.py · 9997b250
      BoyuanJiang authored
      _bytes_feature excepted class bytes, but in python3 in class str,so use tf.compat.as_bytes for compatibility !
      9997b250
  8. 28 Dec, 2016 6 commits
  9. 27 Dec, 2016 7 commits
  10. 24 Dec, 2016 1 commit
  11. 22 Dec, 2016 3 commits
  12. 21 Dec, 2016 1 commit
  13. 20 Dec, 2016 1 commit
  14. 10 Dec, 2016 2 commits