tensor2tensor icon indicating copy to clipboard operation
tensor2tensor copied to clipboard

ImportError Traceback (most recent call last) <ipython-input-3-00e41dd9537e> in <module>() 9 import collections 10 ---> 11 from tensor2tensor import models 12 from tensor2tensor import problems 13 from tensor2tensor.layers import common_layers

Open UbaydullohML opened this issue 4 years ago • 0 comments

Description

...

Environment information

OS: <your answer here>

$ pip freeze | grep tensor
# your output here

$ python -V
# your output here

For bugs: reproduction and error logs

# Steps to reproduce:
...
# Error logs:
...

UbaydullohML avatar Nov 09 '21 23:11 UbaydullohML