tensorflow / tensor2tensor

Library of deep learning models and datasets designed to make deep learning more accessible and accelerate ML research.
Apache License 2.0
15.6k stars 3.51k forks source link

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 #1902

Open UbaydullohML opened 3 years ago

UbaydullohML commented 3 years ago

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:
...