-
Are there any helpful posts or requirements into how to use tensor2tensor with a custom vocabulary? It's for a translation problem.
For example, do we need to include and as the first two lines …
-
I was trying to run the trax examples, but they all fail due to `data_dir` being required.
```
$ python3 -m tensor2tensor.trax.trainer --dataset=mnist --model=MLP --config="train.train_steps…
-
Ubuntu 18.04
Python 3.7.9
Tensorflow 2.3.1
When I follow https://github.com/magenta/magenta/blob/master/magenta/models/score2perf/README.md,
checkpoint doesn't have some keys
The problem happ…
-
### Description
I am wondering when **Assessing the Factual Accuracy of Generated Text** in https://github.com/tensorflow/tensor2tensor/tree/master/tensor2tensor/data_generators/wikifact will be pu…
-
Thanks a lot for this amazing and inspiring work. I'm currently working on a Tensor2Tensor like LSTM encoder/decoder G2P, but using the CMU 2 IPA dictionary / alphabet. In your model you are using the…
-
tensor2tensor/tensor2tensor/utils/avg_checkpoints.py
i got a trouble in using average ckpt with tf2.0:
a variable named 'xx/xx/.xx/xx' , how can it be save in ckpt?
i tried, the name is a…
-
### Description
Stock `celeba_problem.generate_data()` fails with UnicodeDecodeError.
### *TensorFlow* and *tensor2tensor* versions
tensor2tensor==1.6.1
tensorboard==1.8.0
tensorflow==1.8.0…
-
Any plans of extending Pegasus to export models as TFHub modules or to run directly with TensorFlow Server? [Tensor2Tensor has an easy to use model exporter/server](https://github.com/tensorflow/tenso…
-
안녕하세요!! 한국인이신거 같아 한국어로 댓글 남겨봅니다. 이 모듈을 쓰던 도중 module 'tensorflow' has no attribute 'contrib라는 오류가 떴는데요, 혹여나 하는 마음에 모듈의 버전도 다 맞춰보고 했는데 이런 문구가 뜹니다. 어떻게 해야 할까요?
-
I am getting this error while running the backward translation
it specifies there is no file in the backward_gen folder what should i do now