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 In this paper, Seq2Edits: **Sequence Transduction Using Span-level Edit Operations**, I found all tasks are trained for 1M i terations on 170M sentences extracted from English Wikipedia revisions...

### Description I am very happy to see that seq2edits code can open source. I printed the “problems.available()“ of tensor2ten and found that there are 12 PROBLEMs about seq2edits. I...

### Description following the instruction and got this error: AttributeError: 'HParams' object has no attribute 'layer_types' ### Environment information ``` OS: Linux Ubuntu 16.04 tensor2tensor==1.8.0 tensorboard==1.10.0 tensorflow==1.10.0 tensorflow-gpu==1.0.1 tensorpack==0.3.0 $...

Hi, am trying to use my own dataset, but when I try to define my problem, I try to use translate.Translateproblem because I will be using ECoG signals. I get:...

### Description I ran the following code in a **Google Colab** and get the error: ``` ModuleNotFoundError: No module named 'tensorflow.compat.v2' ``` ``` !pip install -q tensorflow==1.13.1 !pip install -q...

### Description When I set the number of agents to 256, I got an error. But setting the number of agents to a smaller number will work. How do I...

I couldn't figure out why the `.value` was ever added, but running it results in `AttributeError: 'int' object has no attribute 'value'`

cla: yes

### Description ... ### Environment information ``` OS: $ pip freeze | grep tensor # your output here $ python -V # your output here ``` ### For bugs: reproduction...

### Description Received warning as below: ```Failed to place the graph without changing the devices of some resources. Some of the operations (that had to be colocated with resource generating...

In this notebook: https://colab.research.google.com/github/Styleoshin/tensor2tensor/blob/Transformer_tutorial/tensor2tensor/notebooks/Transformer_translate.ipynb#scrollTo=AYUy570fKRcw Running the first cell: !pip install -q -U tensor2tensor Finishes with ERROR: kfac 0.2.3 has requirement tensorflow-probability==0.8, but you'll have tensorflow-probability 0.7.0 which is incompatible. How...