You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 7, 2023. It is now read-only.
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
I want to execute the given example program given.
Error logs:
...
The text was updated successfully, but these errors were encountered:
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 "", 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\utils\registry.py", line 551, in
attacks = tf.contrib.framework.deprecated(None, "Use registry.attack")(attack)
AttributeError: module 'tensorflow' has no attribute 'contrib'
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:
...
The text was updated successfully, but these errors were encountered: