commit a27848126933c834f5d2efacc2fbfa287d603638 Author: Ari Azarafrooz Date: Sat Nov 5 14:58:37 2022 -0700 readme diff --git a/README.md b/README.md new file mode 100644 index 0000000..0f2d263 --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +# Differentiable Neural Computers with Memory Demon + +![alt text](assets/demon.png) + +This is pytorch implementation of "Differentiable Neural Computers" with Memory Demon presented at +NeurIPS 2022 Workshop On Memory in Artificial and Real Intelligence. +#To repeat the baby experiments: +`python memory_demon.py -name tmp_train_dir -profile babi,dnc-msd` + +#Acknowledgment: +This code uses the pytorch DNC implementation of +https://github.com/RobertCsordas/dnc \ No newline at end of file