-
### Description
Hi. I am trying to load Meta Graph for Inference **without** **tf eager execution** ( ASR Transformer )
https://tensorflow.github.io/tensor2tensor/tutorials/asr_with_transformer.html…
-
I'm new to this but I failed to find the reference: "Implementations of all act models are based on craffel@'s cl/160711592." All I got was from Alex Graves: "https://arxiv.org/abs/1603.08983"
Ques…
-
I finally make a successful installation. However, the example on README.md
./mmt create en it examples/data/train --train-steps 6000
gives the following error. Any idea?
__________________…
-
According to [line 69](https://github.com/OpenNMT/OpenNMT-py/blob/e74814a397c7a09c77ecafb0f7be650bbf0fd55b/onmt/modules/Transformer.py#L69), the input to the `TransformerEncoderLayer` will be normaliz…
-
### System information
- **What is the top-level directory of the model you are using**: /home/models/official/transformer
- **Have I written custom code (as opposed to using a stock example scrip…
-
### Description
So l want to change the 'hidden_size' of the hparam after I initialize it with the below code:
```
from tensor2tensor.models import transformer
import tensorflow as tf
hparam…
-
Hi,
I have trained a `transformer_big` model for the `wmt_ende_tokens_32k` problem.
After 37118 steps, I found that it gives a decent result:
```
INFO:tensorflow:Saving dict for global step 3711…
-
after installing magenta by using the development environment setup. I ran the following commands in my bash terminal
python setup.py develop
PROBLEM=score2perf_maestro_language_uncropped_aug
BUCK…
rb248 updated
5 years ago
-
Hi,
I have trained a model for English-German translation using the Transformer network provided in tensor2tensor walkthrough with shared subword vocabulary. Is there any way I can port the model in…
-
when i train the transformer in mixed-precision model, the time is so long, i.e., (1) the transformer_big.py : two GPU (V100), the parameters are all default, time per step: 13s,
(2) tensor2tensor …