mirror of
https://github.com/google-deepmind/deepmind-research.git
synced 2026-05-09 21:07:49 +08:00
Remove TODO
PiperOrigin-RevId: 281754832
This commit is contained in:
committed by
Diego de Las Casas
parent
d705acd6a7
commit
8a3768a909
@@ -27,7 +27,6 @@ from tensorflow.io import gfile
|
|||||||
# sequences: [N, MAX_TOKENS_SEQUENCE] array of int32
|
# sequences: [N, MAX_TOKENS_SEQUENCE] array of int32
|
||||||
# lengths: [N, 2] array of int32, such that
|
# lengths: [N, 2] array of int32, such that
|
||||||
# lengths[i, 0] is the number of non-pad tokens in sequences[i, :]
|
# lengths[i, 0] is the number of non-pad tokens in sequences[i, :]
|
||||||
# TODO(cyprien): handle PTB
|
|
||||||
FILENAMES = {
|
FILENAMES = {
|
||||||
"emnlp2017": ("train.json", "valid.json", "test.json"),
|
"emnlp2017": ("train.json", "valid.json", "test.json"),
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user