v1.4.2
Knet v1.4.2
Closed issues:
- Using conv and pool without CUDA (#33)
- Knet GPU OOM with recent CUDA/Knet updates (#602)
- ERROR: LoadError: MethodError: no method matching unsafe_free!(::Nothing) (#610)
- libknet8 library not found (#611)
- Building Knet fails in 1.5.1 (#615)
- LeNet model for MNIST Example (#617)
- New GPUArrays indexing causes scalar indexing for some Knet operations (i.e., cat) (#618)
- Error converting CuArray to KnetArray (#619)
k[1:2:3,:] .= 0
broken for KnetArray (#620)- tutorial/30.lin.ipynb (#621)
Merged pull requests:
- Fix #610: check if object is CuArray before calling unsafe_free! (#612) (@denizyuret)