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. 24 Nov, 2016 2 commits