tf-differentiable-neural-computer icon indicating copy to clipboard operation
tf-differentiable-neural-computer copied to clipboard

help on python folder input and output example

Open josheeg opened this issue 6 years ago • 0 comments

master/python$ python3 main.py usage: main.py [-h] [--summary-dir SUMMARY_DIR] task datadir main.py: error: the following arguments are required: task, datadir joshua@joshua-HP-ENVY-m7-Notebook:~/Downloads/tf-differentiable-neural-computer-master/python$ python3 main.py -h usage: main.py [-h] [--summary-dir SUMMARY_DIR] task datadir

positional arguments: task datadir Where do you want your datasets to be?

optional arguments: -h, --help show this help message and exit --summary-dir SUMMARY_DIR Summary directory for tensorboard

josheeg avatar Mar 15 '18 16:03 josheeg