-
Recently,i do some experient about bert and transformer on text_classification.I find position always consists of two linear transformations with a ReLU activation in between.But you use conv?Do you h…
-
I try to run your project with python 2.7.
Because conda cann't install tensor2tensor ,i used pip to install it.
when tensorflow=1.4.1,Error is ImportError: cannot import name control_flow_util.
wh…
-
I set worker_gpu to 2 and use 2 gpus in the same node. training is completely fine. But evaluation fails with this error
"
tensorflow.python.framework.errors_impl.InvalidArgumentError: Number of way…
-
I was looking through the code a bit and found that delta_reward had a typo here:
https://github.com/apeterswu/RL4NMT/blob/ab8d9fdceca68c9218b6c3ee3c9bd812c5f9b47a/tensor2tensor/utils/bleu_hook.py#…
-
The tf-job seem to be succeeded
```
Last Transition Time: 2018-11-10T20:19:03Z
Last Update Time: 2018-11-10T20:19:03Z
Message: TFJob t2t-code-search-exporter is cr…
-
After training the model with transformer, how do you know which tensor is the input and which tensor is the output.
That is, how to use the model to read user input, translate it in the model, and t…
-
I'm running tensor2tensor from source, with the following version of tensorflow
```
pip list | grep tensor
tensorflow (1.4.0rc0)
tensorflow-tensorboard (0.4.0rc1)
```
I'm trying to translat…
-
Dear all
After train my model, run this command:
t2t-decoder \
--data_dir=Language_modeling\t2t_data \
--problems=languagemodel_ptb10k \
--model=universal_transformer \
--hparams_set=universal_t…
-
### Description
how do I create a new problem to train my own model, but that is for speech recognition, according to how they do it in this link: https://tensorflow.github.io/tensor2tensor/new_probl…
-
Hi,
Character based language modeling has its [advantages over word level prediction](https://stats.stackexchange.com/questions/216000/advantage-of-character-based-language-models-over-word-based),…