pluskid / Mocha.jl

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

updating ImageNet classification example #248

Closed greenflash1357 closed 6 years ago

greenflash1357 commented 6 years ago

Due to changes in Images.jl for Julia v6.0 the ImageNet classifaction example was broken. This PR fixes the issue (and with that it fixes #245). Image type was replaced by AbstractArray (though Array{ColorType.Color, 2} might be a better choice and a less loose upper bound).

pluskid commented 6 years ago

Thanks a lot!