Vaibhaw Singh Chandel

Results 2 comments of Vaibhaw Singh Chandel

@yohanesgultom I was having the same issue. The problem is because glumpy changed its API. Installing version 0.2.1 resolved this issue. ``` sudo pip install glumpy==0.2.1 ```

@yohanesgultom It seems it is unable to read/load mnist data. You should try to debug `test/idx_reader.py` to know where's the exact problem. In my case I was passing the wrong...