Skip to content
This repository was archived by the owner on Jul 7, 2023. It is now read-only.

Commit 759789b

Browse files
committed
Add algorithmic_reverse_nlplike to PROBLEM_HPARAMS_MAP
1 parent 79f309a commit 759789b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tensor2tensor/data_generators/problem_hparams.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -665,6 +665,8 @@ def image_mscoco_tokens(model_hparams, vocab_count):
665665
"algorithmic_multiplication_decimal40": lambda p: algorithmic(12, p),
666666
"algorithmic_reverse_binary40": lambda p: algorithmic(4, p),
667667
"algorithmic_reverse_decimal40": lambda p: algorithmic(12, p),
668+
"algorithmic_reverse_nlplike_decimal8K": lambda p: algorithmic(8002, p),
669+
"algorithmic_reverse_nlplike_decimal32K": lambda p: algorithmic(32002, p),
668670
"algorithmic_shift_decimal40": lambda p: algorithmic(22, p),
669671
"audio_timit_characters_tune": audio_timit_characters,
670672
"audio_timit_characters_test": audio_timit_characters,

0 commit comments

Comments
 (0)