pluskid / Mocha.jl

Deep Learning framework for Julia
Other
1.29k stars 254 forks source link

[FIX] readbytes got renamed to read in v0.5 #238

Closed greenflash1357 closed 7 years ago

greenflash1357 commented 7 years ago

The basic MNIST example was broken in Julia v0.5 because readbytes has been renamed to read. This PR fixes the issue.