-
In https://github.com/tensorflow/tensor2tensor/blob/master/tensor2tensor/notebooks/hello_t2t.ipynb,
We cannot get this data blew:
```
gs_data_dir = "gs://tensor2tensor-data"
gs_ckpt_dir = "gs:…
-
### What version of gRPC and what language are you using?
> gprcic=1.15.0 python=3.5.2
### What operating system (Linux, Windows, …) and version?
> Ubuntu 16.04.3
### What runtime …
lkluo updated
5 years ago
-
Hi,
Thank you for providing such an impressive toolkit!
For replicating the WMT14 En-De translation result, I follow the instructions [here](https://github.com/pytorch/fairseq/tree/master/exampl…
-
### Description
when i use command from tensor2tensor import problems, there are two kinds of warning will be showed in the console.
1、eprecationWarning: inspect.getargspec() is deprecated, use i…
-
thanks.
-
I tried to run training on GPU and it failed with the following import error.
```
Traceback (most recent call last):
File "/usr/local/bin/t2t-trainer", line 23, in
from tensor2tensor.bin …
jlewi updated
5 years ago
-
你好,
我用100万的中英平行预料分别训练了THUMT的transformer_base和Tensor2Tensor的transformer_base。
THUMT设置有constant_batch_size=True,batch_size=64,update_cycle=1。t2t也是batch_size=64,他们都在单GPU上训练。
训练时,THUMT每个step的平均时间是0…
-
The new MultiProblem class and instances are really cool!!
I'm interested in writing some documentation on MultiProblem both regarding use and design. In my case towards understanding how to extend…
-
Trying to serve my Chinese to English model and am having trouble querying. I am receiving an error "Requested more than 0 entires, but params is empty."
```
(test) root@ubuntu-c-8-16gib-sfo2-01:…
-
### Description
I'm very new to Tensor2Tensor and am trying to use Tensor2Tensor for text summarization. As I run the following command:
```
set CUDA_VISIBLE_DEVICES=0 & python "C:\Users\tuj23380…