From 68b9b0d952a8536dc8de9f2461d9d75e2ed4fb67 Mon Sep 17 00:00:00 2001 From: Guanheng Zhang Date: Fri, 19 Feb 2021 11:03:30 -0800 Subject: [PATCH 1/2] checkpoint --- test/data/test_builtin_datasets.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/data/test_builtin_datasets.py b/test/data/test_builtin_datasets.py index cf18f36d64..3a05c53a0e 100644 --- a/test/data/test_builtin_datasets.py +++ b/test/data/test_builtin_datasets.py @@ -267,6 +267,8 @@ def test_imdb(self): self._helper_test_func(len(test_iter), 25000, next(test_iter)[1][:25], 'I love sci-fi and am will') del train_iter, test_iter + # [TODO] Google drive link exceeds quota limit + @unittest.skip() def test_iwslt(self): from torchtext.experimental.datasets import IWSLT From ea4a2af5a17db8cff60ccf54f291f61adbacaccf Mon Sep 17 00:00:00 2001 From: Guanheng Zhang Date: Fri, 19 Feb 2021 11:43:03 -0800 Subject: [PATCH 2/2] not clean the cache --- test/data/test_builtin_datasets.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test/data/test_builtin_datasets.py b/test/data/test_builtin_datasets.py index 3a05c53a0e..27b071a729 100644 --- a/test/data/test_builtin_datasets.py +++ b/test/data/test_builtin_datasets.py @@ -267,8 +267,6 @@ def test_imdb(self): self._helper_test_func(len(test_iter), 25000, next(test_iter)[1][:25], 'I love sci-fi and am will') del train_iter, test_iter - # [TODO] Google drive link exceeds quota limit - @unittest.skip() def test_iwslt(self): from torchtext.experimental.datasets import IWSLT @@ -300,8 +298,6 @@ def assert_nth_pair_is_equal(n, expected_sentence_pair): 'alle', 'möglichen', 'Funktionsteile', 'hat', '.', '\n'], ['It', "'s", 'one', 'of', 'my', 'favorites', ',', 'because', 'it', "'s", 'got', 'all', 'sorts', 'of', 'working', 'parts', '.', '\n'])) - datafile = os.path.join(self.project_root, ".data", "2016-01.tgz") - conditional_remove(datafile) def test_multi30k(self): from torchtext.experimental.datasets import Multi30k