Sarthak Mittal

Results 3 issues of Sarthak Mittal

Signed-off-by: sarthmit # What does this PR do ? Fixes the seed for everything (training/initialization/etc.) during training of nlp machine translation systems to aid reproducibility. **Collection**: examples/nlp/machine_translation # Changelog -...

### Description I am unable to reproduce the english to german machine translation using either transformers or universal transformers. I am only able to get around 20 BLEU score for...

#### Description I am trying to fetch data from openml using a combination of `openml.datasets.list_datasets` followed by `openml.datasets.get_dataset` but I am getting error on the first command. #### Steps/Code to...