Releases: denizyuret/Knet.jl
Releases · denizyuret/Knet.jl
v1.4.10
v1.4.9
Knet v1.4.9
Closed issues:
v1.4.8
Knet v1.4.8
v1.4.7
v1.4.6
Knet v1.4.6
Closed issues:
- Julia crashes when I run "using Knet" (#652)
- Knet.@save is broken (#653)
- MethodError: no method matching iterate(::Nothing) while using params() (#654)
- MethodError: no method matching LinearIndices (#658)
Merged pull requests:
- fix #658 LinearIndices(::KnetArray) (#659) (@denizyuret)
v1.4.5
Knet v1.4.5
Closed issues:
- error in gcnode (KeyError: key ... not found) (#624)
- CUDNN errors in LSTM (#629)
- ERROR: LoadError: ArgumentError: indexed assignment with a single value to many locations is not supported; perhaps use broadcasting
.=
instead? (#631) - test failed in cuarray.jl (#634)
- LeNet and MNIST data (#640)
- deconv and unpool output size (#644)
- unpool with mode=1 (#645)
Merged pull requests:
- gcnode debug version (#641) (@denizyuret)
v1.4.4
Knet v1.4.4
Closed issues:
- Knet build error (#531)
- Make CuArrays work with Knet.load/save. (#587)
- param(KnetArray(rand(2))) makes the ERROR: UndefVarError: array_type not defined (#622)
- MLDatasets uses MNIST label 0:9 instead of 1:10 as in older Knet (#623)
- Error : unsupported symbol trnLin passed to label (#627)
- Knet.seed! failing to work on first function call (#628)
- Error calculating cat gradient on GPU (#632)
- usedmem test is failing (#637)
- karray.jl test fails with new CUDA.jl (#638)
Merged pull requests:
- add powerpc support (#625) (@denizyuret)
- Fixed a bug in Knet.setseed and Knet.seed that causes the first call … (#633) (@egeonat)
- CuArray.ptr => CuArray.baseptr or pointer(CuArray) in CUDA-2.1.0 (#636) (@denizyuret)
v1.4.3
Knet v1.4.3
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)
v1.4.1
Knet v1.4.1
Closed issues:
- Seg fault after upgrading to Julia 1.5 (#589)
- CPU computation (Switching off GPU computation)/@diff of Array{} values returns 0-element Array (#594)
- RNN fails in a fresh installation of the latest Knet release (#597)
- Knet.randn! not defined in v1.4.0 (#598)
- gcnode is not working properly, debug and add tests (#606)
Merged pull requests:
- Fix #606 gcnode issue (#609) (@denizyuret)