1. 19 Jan, 2017 1 commit
  2. 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
  3. 10 Jan, 2017 1 commit
    • Henry-E's avatar
      Update deprecated function · 16188ae2
      Henry-E authored
      Update based on the error message:
       WARNING:tensorflow:From ./neural_programmer/parameters.py:75 in parameters.: initialize_all_variables (from tensorflow.python.ops.variables) is deprecated and will be removed after 2017-03-02.
      16188ae2
  4. 25 Dec, 2016 1 commit
  5. 25 Nov, 2016 3 commits
  6. 24 Nov, 2016 2 commits