pytorch_translate/word_prediction/word_prediction_criterion.py (2 lines): - line 77: # TODO: normalize , sentence avg - line 241: # TODO: pytorch_translate/dual_learning/dual_learning_models.py (2 lines): - line 44: # TODO: pass to dual model too - line 202: # TODO (T36875783): instantiate a langauge model pytorch_translate/rescoring/model_scorers.py (2 lines): - line 17: # TODO (T40938917): Allow loading of multiple rescoring models - line 315: # TODO: (T41818693) Map translation model vs LM model differences pytorch_translate/beam_search_and_decode_v2.py (2 lines): - line 27: # TODO:this class will be merged with upstream after BeamSearchAndDecodeV1 shipped. - line 234: # TODO: (lizguo) This class will be merged with upstream later. pytorch_translate/dual_learning/dual_learning_criterion.py (2 lines): - line 35: # TODO: nbest - line 100: # TODO (T36875783): load pretrained lm to score pytorch_translate/transformer.py (1 line): - line 732: # TODO remove this once we update apex with the fix pytorch_translate/data/weighted_data.py (1 line): - line 34: TODO: Refactor this class to look like WeightedBacktranslationDataset. pytorch_translate/evals.py (1 line): - line 302: # TODO: fix after masked lm work completes pytorch_translate/ensemble_export.py (1 line): - line 1761: # TODO: model ensemble pytorch_translate/research/multisource/multisource_decode.py (1 line): - line 112: # FIXME: handle characters properly pytorch_translate/char_encoder.py (1 line): - line 125: # TODO: https://github.com/pytorch/pytorch/issues/10747 makes the pytorch_translate/tasks/semi_supervised_task.py (1 line): - line 154: # TODO: Handle task setup for evals pytorch_translate/utils.py (1 line): - line 316: # TODO: Remove when gluster is deprecated (T48002528) pytorch_translate/rnn.py (1 line): - line 1228: # TODO add an assert related to sizes here pytorch_translate/generate.py (1 line): - line 83: # TODO: this could be refactored to use lang_pari as key too pytorch_translate/research/deliberation_networks/deliberation_networks.py (1 line): - line 514: # TODO remove this once we update apex with the fix