following error I have gotfrom 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
Posted in
General
by
Samit Biswas