-
Is there a good example tutorial on how to use Tensor2Tensor?
zqs01 updated
5 years ago
-
Hello,
I am trying to use the transformer in a sentence simplification dataset. Training seems to run without problems, but at generation time the hypotheses sentences do not make any sense. I was wo…
-
最近使用了tensor2tensor 来做,但是训练出来的效果很差,就想能不能bert接transformer decoder 来做.所以来请教您一下 @macanv
-
### Description
Got an error when running t2t-trainer --registry_help with installed "tensorflow alpha"
### Environment information
```
OS: MacOS X
$ pip freeze | grep tensor
mesh-tensorfl…
-
Hi,would please figure out where is the implementation of BIDAF to combine knowledge encoding and title representation in this released code? Thanks a lot.
-
Hi,
# optimizer
parser.add_argument("--optimizer", type=str, default="sgd", help="sgd | adam")
parser.add_argument("--learning_rate", type=float, default=1.0,
help="Learn…
-
why the residual connections in opennmt (transformer model), including opennmt-tf, are using un-normalized inputs,
such as:
`
input_norm = self.layer_norm(inputs)
context, _ = …
-
Hi @ShigekiKarita. I have a question about transformer `{encoder,decoder}_layer` op.
https://github.com/espnet/espnet/blob/88c81722113bb83a20128c38eceeb951c2d7964e/espnet/nets/pytorch_backend/trans…
-
I went through tensor2tensor and looked for data generation but couldn't find the problem which will prep the data for training for your code, zh-en is not supported. Can you please help?
The script …
-
**Rasa version**:
Rasa 1.3.9
**Python version**:
3.6.6
**Operating system** (windows, osx, ...):
osx
**Issue**:
Besides the warning messages mentioned [here]() it is a bit daunting t…