tensor2tensor icon indicating copy to clipboard operation
tensor2tensor copied to clipboard

Library of deep learning models and datasets designed to make deep learning more accessible and accelerate ML research.

Results 117 tensor2tensor issues
Sort by recently updated
recently updated
newest added

### Description I want to debug in the decoding time, and i run "python t2-decoder ... --tfdbg=True", it can't work. Any ideas?

### Description We customize the translation problem and use our own dictionary. When setting worker_ gpu=8 batch_ size=1024 model=transformer_ big, OOM error occurs during training. Some of the error messages...

We're thinking how to make the next T2T much better. One thing that came up is using JAX and gin config and we've prototyped TRAX: https://github.com/tensorflow/tensor2tensor/blob/master/tensor2tensor/trax If you're interested, please...

question

### Description ...when i run t2t-decoder, an error occur, why and what happen? here is the command: t2t-decoder --data_dir=data --problem=translate_enzh_wmt32k --model=transformer --hparams_set=transformer_base_single_gpu --output_dir=train --decode_hparams="beam_size=4,alpha=0.6" --decode_from_file=test10.10 --decode_to_file=translation_test.en and the error: INFO:tensorflow:Inference...

The transformer-2017 is described in the paper 《attention is all you need》. Now 3 years past. Are there any transformers that surpass transformer-2017 in most of the task? Speedup without...

Is there an implement of copy mechanism in tensor2tensor?

### 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 library in a python...

### Description ImportError: No module named 'tensor2tensor.bin' ... ### Environment information ``` tensorflow-gpu==1.3.0 tensorflow-tensorboard==0.1.8 tensorpack==0.8.8 Python 3.5.2 # Steps to reproduce: Followed the instructions in the tensor2tensor main page. Got...

I've written custom parsers and emitters for everything from docstrings to classes and functions. However, I recently came across an issue with the TensorFlow codebase: inconsistent use of `Args:` and...

cla: yes

### Description pip install tensor2tensor==1.13.4 All packages were downloaded well. But it report errors because of syntax error of promise-0.2.2's byteplay. INFO : pip is looking at multiple versions of...