Open newmluser opened 5 years ago
Can anyone help me , how I can see the problems() available,
from tensor2tensor import problems
problems.available()
Its giving Error
from tensor2tensor import problems
Traceback (most recent call last):
File "
i pray for your success in finding the solution
i've noticed that your tf version is tensorflow==2.0.0b1. please note that as of TF 2.0 the contrib is not available anymore.
current workaround for me is to install older version of TF. for me TF 1.15.0 works the best for now.
reference: https://github.com/tensorflow/community/pull/18 , https://github.com/tensorflow/models/issues/7036
TF 2.0 is the latest official version now, yet tensor2tensor seems to not support it!
Description
Error when importing problems. ...
Environment information
Steps to reproduce:
from tensor2tensor import problems Traceback (most recent call last): File "", line 1, in
File "C:\Users\Anaconda3\lib\site-packages\tensor2tensor\problems.py", line 22, in
from tensor2tensor.utils import registry
File "C:\Users\Anaconda3\lib\site-packages\tensor2tensor\ut
Error logs:
...