pluskid / Mocha.jl

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

Update binary-cross-entropy-loss.jl #217

Closed greenflash1357 closed 7 years ago

greenflash1357 commented 7 years ago

Fixed a compatibility issue that let the tests fail when using CUDA backend. int() is deprecated. Use Int() instead.

pluskid commented 7 years ago

Thanks!