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 Dec 29, 2022. It is now read-only.
ImportError: Failed to import test module: seq2seq
Traceback (most recent call last):
File "C:\Users\jtobo\AppData\Local\Programs\Python\Python39\lib\unittest\loader.py", line 154, in loadTestsFromName
module = import(module_name)
File "C:\Users\jtobo\seq2seq\seq2seq_init_.py", line 25, in
from seq2seq import data
File "C:\Users\jtobo\seq2seq\seq2seq\data_init_.py", line 17, in
from seq2seq.data import input_pipeline
File "C:\Users\jtobo\seq2seq\seq2seq\data\input_pipeline.py", line 32, in
from tensorflow.contrib.slim.python.slim.data import tfexample_decoder
ModuleNotFoundError: No module named 'tensorflow.contrib'
Ran 1 test in 0.000s
FAILED (errors=1)
The text was updated successfully, but these errors were encountered:
Got this error.
ERROR: seq2seq (unittest.loader._FailedTest)
ImportError: Failed to import test module: seq2seq
Traceback (most recent call last):
File "C:\Users\jtobo\AppData\Local\Programs\Python\Python39\lib\unittest\loader.py", line 154, in loadTestsFromName
module = import(module_name)
File "C:\Users\jtobo\seq2seq\seq2seq_init_.py", line 25, in
from seq2seq import data
File "C:\Users\jtobo\seq2seq\seq2seq\data_init_.py", line 17, in
from seq2seq.data import input_pipeline
File "C:\Users\jtobo\seq2seq\seq2seq\data\input_pipeline.py", line 32, in
from tensorflow.contrib.slim.python.slim.data import tfexample_decoder
ModuleNotFoundError: No module named 'tensorflow.contrib'
Ran 1 test in 0.000s
FAILED (errors=1)
The text was updated successfully, but these errors were encountered: