dnc-with-demon/README.md

13 lines
461 B
Markdown
Raw Normal View History

2022-11-06 05:58:37 +08:00
# Differentiable Neural Computers with Memory Demon
![alt text](assets/demon.png)
2022-11-06 06:02:40 +08:00
This is pytorch implementation of "Differentiable Neural Computers with Memory Demon" presented at
2022-11-06 05:58:37 +08:00
NeurIPS 2022 Workshop On Memory in Artificial and Real Intelligence.
2022-11-06 06:00:31 +08:00
2022-11-06 06:02:07 +08:00
# To repeat the babi experiments:
2022-11-06 05:58:37 +08:00
`python memory_demon.py -name tmp_train_dir -profile babi,dnc-msd`
2022-11-06 06:01:22 +08:00
# Acknowledgment:
2022-11-06 05:58:37 +08:00
This code uses the pytorch DNC implementation of
https://github.com/RobertCsordas/dnc