Many interesting internal states of the DNC are visualized inside Visdom. Check console output for the port.
![](./assets/preview.png)
Usage
-----
Everything is done by main.py. Use -name to give some path (it will be created if doesn't exists), where the state of the training will be saved. Check out main.py for more information about the flags available.
The DNC is implemented as a single file (Models/DNC.py) depending only on torch. You should be able to reuse it very easily. Please check main.py for details on its interface.
Dependencies
------------
PyTroch (1.0), Python 3. Others can be installed by running pip3 -r requirements.txt.
License
-------
The software is under Apache 2.0 license. See http://www.apache.org/licenses/LICENSE-2.0 for further details.