• 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
neural_programmer.py 9.47 KB