-
### Description
I'm trying to use t2t-datagen to generate my own data following the example [here](https://github.com/tensorflow/tensor2tensor/blob/master/docs/new_problem.md).
I'm running the progr…
-
**Description
I** have been trying to train ASR on librispeech using transformer model and when I am trying to see the results using t2t-decoder, specifically using these commands
`t2t-decoder --d…
-
### Description
I noticed that so many models had been implemented in tensor2tensor without reporting any metrics(maybe I haven't found it yet). If so, how we ensure the correctness of each model?
-
### Description
Downloading dataset "translate_ende_wmt32k" with t2t-datagen results in following error.
tensorflow.python.framework.errors_impl.NotFoundError: /tmp/t2t_datagen/training/news-comment…
-
*** forward translation ***
run.sh: line 64: t2t-decoder: command not found
*** backward translation ***
run.sh: line 77: t2t-decoder: command not found
-
Traceback (most recent call last):
File "/usr/local/lib/python3.5/dist-packages/tensorflow/python/framework/op_def_library.py", line 510, in _apply_op_helper
preferred_dtype=default_dtype)
…
-
Hi,
When I am trying to reproduce the adafactor experiments on en-de translation task, I encountered the following issue.
`AttributeError: 'AdafactorOptimizer' object has no attribute 'get_gradients…
-
Hello I am trying the `translate_ende_wmt32k` problem given in the walk-through. Trained the model and during inference I don't want to decode file on a whole but want to decode sentence by sentence a…
-
i have installed the apple version of tensorflow: https://developer.apple.com/metal/tensorflow-plugin/
i activate the venv, then `pip install magenta` it says can't find tensorflow
`ERROR: No matchi…
-
Do you mind to provide the code or details about how to implement the visualization of the attention map?
HqWei updated
5 years ago