debug_seq2seq icon indicating copy to clipboard operation
debug_seq2seq copied to clipboard

Cannot import name initializers

Open hieuthehungry opened this issue 5 years ago • 1 comments

I was trying to run this code on Python 2.7, Ubuntu 16.04. But it looks like i'm having some import error. This is my error's log:

"Traceback (most recent call last): File "bin/train.py", line 10, in from lib.nn_model.model import get_nn_model File "/home/gmo/debug_seq2seq/lib/nn_model/model.py", line 4, in from seq2seq.models import SimpleSeq2seq File "build/bdist.linux-x86_64/egg/seq2seq/init.py", line 1, in File "build/bdist.linux-x86_64/egg/seq2seq/cells.py", line 1, in File "build/bdist.linux-x86_64/egg/recurrentshop/init.py", line 1, in File "build/bdist.linux-x86_64/egg/recurrentshop/engine.py", line 3, in ImportError: cannot import name initializers"

Can anyone tell me how to fix this? Thanks

hieuthehungry avatar Aug 15 '19 02:08 hieuthehungry

Have you succeeded?

TWJxi avatar Apr 18 '20 05:04 TWJxi