Jump to Content
OpenDeepDocumentationTutorialsGitHub
TutorialsChangelogDiscussions
DocumentationTutorialsGitHubLog InOpenDeep
Log In
TutorialsChangelogDiscussions

Discussions

Ask a Question

following error I have got

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
Posted by Samit Biswas almost 6 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 almost 7 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 almost 7 years ago
  • trending-upRecent
  • awardPopular
  • callout-infoUnanswered