following error I have got
Posted in General by Samit Biswas Wed Feb 08 2017 11:41:06 GMT+0000 (Coordinated Universal Time)·4·Viewed 5,795 times
from opendeep.models.container import Prototype
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "opendeep/__init__.py", line 29, in <module>
from . import models
File "opendeep/models/__init__.py", line 3, in <module>
from .model import *
File "opendeep/models/model.py", line 13, in <module>
from theano.compat.python2x import OrderedDict # use this compatibility OrderedDict
ImportError: No module named python2x
how to import
I also am having this issue.
same here... did you find a way around this?
any solution on this ? I met the same error
I met the same error on this, any one knows hwo to fix this?