Skip to content

Releases: denizyuret/Knet.jl

v1.4.10

12 Feb 21:04
Compare
Choose a tag to compare

Knet v1.4.10

Diff since v1.4.9

Closed issues:

  • type DataType has no field mutable (#672)
  • Quick Start tutorial notebook is broken (#673)

Merged pull requests:

v1.4.9

13 Oct 21:04
Compare
Choose a tag to compare

Knet v1.4.9

Diff since v1.4.8

Closed issues:

  • Making a new CUDA 3 compatible release? (#662)
  • Knet 1.4.7: libknet8 library not found (#664)

v1.4.8

08 Aug 11:03
Compare
Choose a tag to compare

v1.4.7

23 Jul 19:03
Compare
Choose a tag to compare

Knet v1.4.7

Diff since v1.4.6

Merged pull requests:

v1.4.6

17 Mar 08:04
Compare
Choose a tag to compare

Knet v1.4.6

Diff since v1.4.5

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:

v1.4.5

15 Dec 21:03
Compare
Choose a tag to compare

Knet v1.4.5

Diff since v1.4.4

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:

v1.4.4

28 Nov 19:02
3b6f70a
Compare
Choose a tag to compare

Knet v1.4.4

Diff since v1.4.3

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

16 Oct 10:03
Compare
Choose a tag to compare

v1.4.2

28 Sep 16:03
Compare
Choose a tag to compare

Knet v1.4.2

Diff since v1.4.1

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:

v1.4.1

28 Aug 13:03
b720020
Compare
Choose a tag to compare

Knet v1.4.1

Diff since v1.4.0

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: