-
Thank you for such easy to read code & repo - can be seen that a lot of hard work has gone into it! Secondly, found your work from Sebastian Ruder NLP newsletter and as he put it as: "Peer review is a…
-
[Tensor2tensor](https://github.com/tensorflow/tensor2tensor) is an increasingly popular ML research framework built on top of tensorflow that has built-in support for ranged hparams, e.g.
```python…
-
Hi,
Thank you for sharing this great repository!
I think that the ReLU in the k/q/v projections is unneeded, or at least, inconsistent with the Transformer paper:
[https://github.com/hanxiao/tf-n…
-
I have set up the environment that can run the training part perfectly, but when I wanted to try back translation on my data, it gave error like this:
*** forward translation ***
Traceback (most rec…
-
Hi,
Thanks for the wonderful works. may I ask for the corrected version of TensorFlow and tensor2tensor, so I can run the scripts directly?
Thanks
-
### Description
I installed tensor2tensor using:
pip install tensor2tensor[tensorflow_gpu], I can run commands in the terminal like t2t-trainer, t2t-decoder,... however when I try to import the li…
-
### Description
If I try to run tensor2tensor directly (without using the command line), an exception is thrown at compile time. This is because the tensorflow flag "problem" is defined twice.
Thi…
-
While running t2t_trainer, got the following error. Tried tensor2tensor version 1.10.0, 1.11.0, 1.12.0 but had the same issue.
Magenta-gpu version 1.0.2
Python version 3.6 (also reproed in 2.7 as …
-
翻译任务中,直接利用给定的run.sh运行,出现下面的错误,有没有人知道为什么呢?
Traceback (most recent call last):
File "../tensor2tensor/tensor2tensor/bin/t2t-datagen", line 213, in
tf.app.run()
File "/home/ninghongke/tens…
-
The problem is related to `courses/machine_learning/deepdive/09_sequence/courses/machine_learning/deepdive/09_sequence`, which is used at Coursera's Sequence Models for Time Series and Natural Languag…