translate
translate copied to clipboard
Translate - a PyTorch Language Library
torch.onnx seems to have an error in converting Error:Exporting the operator hardsigmoid to ONNX opset version 11 is not supported.
I've written custom parsers and emitters for everything from docstrings to classes and functions. However, I recently came across an issue when I was parsing/generating from the TensorFlow—and now PyTorch—codebases:...
Reviewed By: theweiho Differential Revision: D9651374
Summary: We introduce a new test suite where we will iteratively ensure that various model components are TorchScript compliant (JIT-able). Differential Revision: D18799715
Summary: Repeat title. The long term solution could be to add an option to distinguish intermediate eval. But confirmed with Juan setting it to False shouldn't affect existing stuff. Differential...
Summary: A more general mechanism for passing states during incremental decoding, which in particular makes requirements for ONNX export more explicit. Differential Revision: D9599067
Summary: Allows loading data from the Fairseq .idx/.bin format (including most current "mmap" implementation) by specifying the `--fairseq-binary-data-format` flag. (Note that D16867809 added iniernal support for loading legacy .idx /...
Summary: sacrebleu scorer has stopped working in pytorch_translate (maybe fairseq too) probably due to a recent api change. Differential Revision: D14792797