Remove TODO

PiperOrigin-RevId: 281754832
This commit is contained in:
Cyprien de Masson d'Autume
2019-11-21 16:30:00 +00:00
committed by Diego de Las Casas
parent d705acd6a7
commit 8a3768a909
-1
View File
@@ -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"),
}