Integrating the Best of TF into PyTorch, for Machine Learning, Natural Language Processing, and Text Generation. This is part of the CASL project: http://casl-project.ai/
There are some subtle differences between BPE implementation in sentencepiece and BPE implementation in subword-nmt. We could probably delete everthing except multi-bleu.perl in texar-pytorch/bin/utils after this one is implemented. Transformer example could be simplified as well. Related issue #180
There are some subtle differences between
BPE
implementation in sentencepiece andBPE
implementation in subword-nmt. We could probably delete everthing exceptmulti-bleu.perl
in texar-pytorch/bin/utils after this one is implemented. Transformer example could be simplified as well. Related issue #180