Discussions
please update the source code on this page
over 9 years ago by kwang nam
http://www.opendeep.org/docs/tutorial-first-steps
On Example Code
grab 100 test examples
testxs, = mnist.getSubset(datasets.TEST)
--> change like this
mnist.getSubset(datasets.Dataset.test_inputs)
is test_inputs is right attribute ?