Paul Michel
Paul Michel
The formula images are broken in the readme. This should be fixed with images hosted on the repo ideally.
The code should be updated to be consistent with some recent changes in dynet (eg use of `dynet_config`)
I get the following error when decoding using the transformer with `--replace-unk`: ``` Traceback (most recent call last): File "../../../generate.py", line 569, in main() File "../../../generate.py", line 474, in main...
It would be nice to have a way to reduce the number of intermediary files used during preprocessing by either 1. Having an option to remove the output files for...
It would be nice to be able to save the current model in a temporary file every x number of iterations/every x minutes, or even better save the state of...
It would be nice to have sacrebleu (https://github.com/mjpost/sacreBLEU) integrated in xnmt.
I thought I solved it in #351but there is still a ```python TypeError: can't pickle SwigPyObject objects ``` When preprocessing with sentencepiece. I'm guessing it's because the sentencepiece processor can't...
It would be nice if one could customize the log message during training/evaluating, by e.g. providing the formatting string as an option in YAML. Ideally this would enable the user...