Discussions

Ask a Question
Back to All

please update the source code on this page

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 ?