Discussions
following error I have got
from opendeep.models.container import Prototype
Traceback (most recent call last):
File "", line 1, in
File "opendeep/init.py", line 29, in
from . import models
File "opendeep/models/init.py", line 3, in
from .model import *
File "opendeep/models/model.py", line 13, in
from theano.compat.python2x import OrderedDict # use this compatibility OrderedDict
ImportError: No module named python2x
Posted by Samit Biswas almost 8 years ago
Plotting loss function in Jupyter
Is there a way to plot the loss function as a function of iteration number (during training) within the Jupyter notebook?
Posted by Igor Fedorov over 8 years ago
AttributeError: 'Plot' object has no attribute 'channels'
I am new to OpenDeep, trying out the example code for monitoring channels, copy and pasted the code from the example page, but shows this error : Plot object has no attribute 'channel'. Can anyone please help. Thanks
Posted by Kasirat over 8 years ago