Discussions
error lists I found
hi
thanks again your quick response
I got latest one and I still got these error Please check
- print () issues
test_cifar10.py,
example)
print len(self.cifar.train_inputs) --> print (len(self.cifar.train_inputs))
- raise () issues
MidFileParser.py,EventDispatcher.py
example)
raise TypeError, "It is not a valid midi file!" -> raise (TypeError, "It is not a valid midi file!")
- packaage Path issues
midi.py, MidiOutFile.py,RawOutstreamFile,MidiInFile,RawInstreamFile,MidiFileParser, EventDispatcher
example)
from MidiOutFile import MidiOutFile --> from opendeep.utils.midi.MidiOutFile import MidiOutFile
- unused packages in python 3 issues
RawOutstreamFile.py, RawInstreamFile, MIdiFileParser
from types import StringType
from cStringIO import StringIO
- MidiOutFile,EventDispatcher
from constants import * --> from . import constants
- rnn_gsn,rnn_rbm
cPickle is not used in python 3.4
import cPickle as pickle --> import pickle
-
Optimizer.py
not used I commented
from itertools import izip -
mnist
I got this error
File "E:\project_luna\cuda\open_deep\test\opendeeptest.py", line 23, in
so I changed the code like this gzip.open(self.path, 'rb'),encoding='iso-8859-1'
-
I still get this error
from test import opendeeptest
File "E:\project_luna\cuda\open_deep\test\opendeeptest.py", line 39, in
