I keep receiving the error x: test_set_x[index * batch_size:(index + 1) * batch_size], IndexError: invalid slice
My thinking is that the values being used to slice the numpy array are theano variables is causing the issue. I've googled this and haven't found any answers so does anyone else have any ideas?
[link][4 comments]