-
Updated
Jul 16, 2020 - Python
machine-translation
Here are 491 public repositories matching this topic...
From the code (input_pipeline.py) I can see that the ParallelTextInputPipeline automatically generates the SEQUENCE_START and SEQUENCE_END tokens (which means that the input text does not need to have those special tokens).
Does ParallelTextInputPipeline also perform **_padding
-
Updated
Jul 10, 2020 - Python
-
Updated
Feb 29, 2020 - Jupyter Notebook
-
Updated
Jul 16, 2020 - Python
-
Updated
Feb 19, 2020 - Lua
-
Updated
Jul 16, 2020 - Python
- Add CI test for building documentations (Do not ignore
warningsand add spellcheck). - Fix docstrings with incorrect/inconsistent Sphinx format. Currently, such issues are treated as
warningsin the docs building.
-
Updated
Jul 7, 2020 - TeX
-
Updated
Jul 8, 2020 - TeX
-
Updated
Jun 19, 2020 - Python
Hi,
Is it possible to add benchmarks of some models into documentation for comparison purposes ?
Also run time would be helpful. For example 1M iteration takes a weekend with GTX 1080.
-
Updated
Feb 7, 2018 - Jupyter Notebook
-
Updated
Jul 16, 2020 - Python
-
Updated
May 21, 2020 - Swift
-
Updated
Jul 14, 2020 - HTML
-
Updated
Mar 1, 2020 - Python
-
Updated
Jun 18, 2020 - Python
-
Updated
Jul 2, 2020 - Python
-
Updated
Jul 16, 2020 - Python
-
Updated
Mar 7, 2020 - Python
-
Updated
Jul 15, 2020 - Python
-
Updated
Jul 3, 2020 - Python
Based on this line of code:
https://github.com/ufal/neuralmonkey/blob/master/neuralmonkey/decoders/output_projection.py#L125
Current implementation isn't flexible enough; if we train a "submodel" (e.g. decoder without attention - not containing any ctx_tensors) we cannot use the trained variables to initialize model with attention defined because the size of the dense layer matrix input become
-
Updated
Jul 15, 2020 - C++
-
Updated
Oct 16, 2019
-
Updated
Jul 6, 2020 - Python
-
Updated
Aug 23, 2017 - Python
-
Updated
May 5, 2020 - Python
Improve this page
Add a description, image, and links to the machine-translation topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the machine-translation topic, visit your repo's landing page and select "manage topics."
Description
I am wondering when Assessing the Factual Accuracy of Generated Text in https://github.com/tensorflow/tensor2tensor/tree/master/tensor2tensor/data_generators/wikifact will be publically available since it's already been 6 months. @bengoodrich