seq2seq
seq2seq copied to clipboard
python -m unittest seq2seq.test.pipeline_test -> ModuleNotFoundError: No module named 'seq2seq'
seq2seq/test/pipeline_test.py:25: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses
import imp
Traceback (most recent call last):
File "seq2seq/test/pipeline_test.py", line 35, in <module>
`from seq2seq.test import utils as test_utils`
ModuleNotFoundError: No module named 'seq2seq'
I get this error when running the unit test pipeline_test. Any suggestions to solve the problem?
您的邮件已收到,,,我会尽快回复的,,,
maybe the tensorflow version doesn't match. i face some other questions lack of packages or no exist packages on tf-v2.8