Discussions

Ask a Question
Back to All

question on sample code

on your sample code
you did
from opendeep.data.dataset import TEST

but the TEST is not under dataset package

I found "opendeeptest.MNIST.test_inputs"
Is it right ?

but I got the same error again

Traceback (most recent call last):
File "E:\project_luna\cuda\open_deep\test\opendeeptest2.py", line 7, in
from test import opendeeptest
File "E:\project_luna\cuda\open_deep\test\opendeeptest.py", line 39, in
dae = DenoisingAutoencoder(config)
File "F:\python34\python-3.4.3.amd64\lib\site-packages\opendeep-0.0.9a0-py3.4.egg\opendeep\models\single_layer\autoencoder.py", line 152, in init
{arg: val for (arg, val) in locals().iteritems() if arg is not 'self'}
AttributeError: 'dict' object has no attribute 'iteritems'