-
Description
Why cannot I train the model by the imagetransformer?
The command code:
pip install tensor2tensor
PROBLEM=image_cifar10_plain_gen
MODEL=imagetransformer
HPARAMS=imagetransfor…
-
### Description
Hi, I am trying to modify the Transformer a little to adapt to my problem, a query-base text summarisation task. For the input, I would like to use two encoders to encode both docum…
-
Interactive decoding or t2t serving returns EOS and pad tags in the result.
ndvbd updated
6 years ago
-
Hi @Kyubyong,
Can you help explain a bit on the following masking codes (the Key Masking and Query Masking) in the modules.py? Why we need them? We only need the causality, right?
```
# Key Mas…
-
Hi all,
while training the model I was getting the following error. I have followed previous blogs but I couldn't solve the issue. I could see my vocabulary is in ASCII format. I am not sure why I am…
-
crash.mid is attached.
```
josh@vek-x:~/tmp$ uname -a
Linux vek-x 5.4.0-59-generic #65-Ubuntu SMP Thu Dec 10 12:01:51 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
josh@vek-x:~/tmp$ python3
Python 3.…
-
TPUs running tensorflow 1.11.0 are failing to reinitialize after evaluation during "continuous_train_and_eval" schedule. Not sure if this is a bug in Tensor2Tensor or TF's scheduling for TPUs.
Thi…
-
### Description
In the example show in Google Colab, tensorflow eager execution is used for translation from English to German. However, can anyone provide an example to get tensorflow graph executio…
-
### Description
I'm using Tensorflow on my M1 Mac, but importing Trax throws this error. I've tried envs with Tensorflow versions 2.5.0, 2.6.0, and 2.7.0.
### Environment information
```
OS…
-
## 0. 論文
[RETURNN as a Generic Flexible Neural Toolkit with Application to Translation and Speech Recognition](https://arxiv.org/abs/1805.05225v2)
## 1. どんなもの?
音声認識と翻訳を高速に行うツール
## 2. 先行研究と比べてど…