From 8a3768a90936f492f2378b5c969392a126e2bcbf Mon Sep 17 00:00:00 2001 From: Cyprien de Masson d'Autume Date: Thu, 21 Nov 2019 16:30:00 +0000 Subject: [PATCH] Remove TODO PiperOrigin-RevId: 281754832 --- scratchgan/reader.py | 1 - 1 file changed, 1 deletion(-) diff --git a/scratchgan/reader.py b/scratchgan/reader.py index f3fe1b5..4d70a70 100644 --- a/scratchgan/reader.py +++ b/scratchgan/reader.py @@ -27,7 +27,6 @@ from tensorflow.io import gfile # sequences: [N, MAX_TOKENS_SEQUENCE] array of int32 # lengths: [N, 2] array of int32, such that # lengths[i, 0] is the number of non-pad tokens in sequences[i, :] -# TODO(cyprien): handle PTB FILENAMES = { "emnlp2017": ("train.json", "valid.json", "test.json"), }