From 41c23718499f8fef289d489600177a38416ae394 Mon Sep 17 00:00:00 2001 From: Ari Azarafrooz Date: Sat, 5 Nov 2022 15:02:07 -0700 Subject: [PATCH] fixed readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 85797dd..477050f 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ 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: +# To repeat the babi experiments: `python memory_demon.py -name tmp_train_dir -profile babi,dnc-msd` # Acknowledgment: