From 58a3ac707d67fdf7d75166489af9f47e94635d74 Mon Sep 17 00:00:00 2001 From: Raphael Koster Date: Mon, 28 Sep 2020 19:08:18 +0100 Subject: [PATCH] Fix repeated words in readme. PiperOrigin-RevId: 334196593 --- memo/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/memo/README.md b/memo/README.md index 1294d15..6fb6dfb 100644 --- a/memo/README.md +++ b/memo/README.md @@ -1,7 +1,7 @@ # MEMO: A Deep Network For Flexible Combination Of Episodic Memories. This package contains a [Colaboratory notebook](https://colab.research.google.com/github/deepmind/deepmind_research/blob/master/memo/load_memo_data.ipynb) -that loads a version a version of the dataset for the Paired associative +that loads a version of the dataset for the Paired associative inference task (length 3 and 4) presented in the ICLR 2020 submission (also on [arXiv](https://arxiv.org/abs/2001.10913)).