please check this
Solved!Posted in General by kwang nam Thu Jul 30 2015 13:37:19 GMT+0000 (Coordinated Universal Time)·2·Viewed 4,016 times
I got this error, I can't find getSubSet() on the source, Did you change it ? File "E:\project_luna\cuda\open_deep\test\opendeeptest2.py", line 36, in <module>
test_xs, _ = mnist.getSubset(datasets.Dataset.test_inputs)
AttributeError: 'MNIST' object has no attribute 'getSubset'
I found what I need from your other samples
thx
marked this as solved