Closed nikolaypavlov closed 9 years ago
@nikolaypavlov Your code looks good to me. There is one thing that I think might be potentially causing something like this: the class labels should be from 0~(K-1), instead of from 1~K. Could you check that?
@pluskid Yes. That was the problem... You may want to add an assertion somewhere, because BoundsError() is not very informative. Anyway thanks a lot.
@nikolaypavlov Thanks for the suggestion! I added assertion to the CPU backend.
Hi, I can't find the reason of this error while running the solver:
The network arch is very similar to the mnist_dropout_fc.jl example, except I'm using different dataset. You can reproduce this issue from this notebook: https://github.com/nikolaypavlov/julia-dl/blob/master/Julia-DL.ipynb