Skip to content

Releases: denizyuret/Knet.jl

v1.4.0

19 Aug 11:02
2754cd6
Compare
Choose a tag to compare

Knet v1.4.0

Diff since v1.3.9

Closed issues:

  • Use GPUArray / KnetArray (#150)
  • Illegal memory access with CuArrays (#251)
  • cat 4D arrays along channel dimension (#319)
  • Concatenation in 3 dimension missing (#400)
  • Feature request: group convolutions (#407)
  • StackOverflowError when broadcast between number and KnetArray{Bool} (#502)
  • Tutorial 15. quickstart fail (Knet 1.2.7, Julia 1.1.1, Windows 10) (#508)
  • [bug when broadcasting KnetArray] UndefVarError: lib not defined (#534)
  • Use CuArrays, eliminate dependency on nvcc by implementing gpu kernels in julia (#550)
  • Is it possible to provide Knet GPU support in BinaryBuilder (#566)
  • cudnn 8.0 compatibility (#569)
  • Get rid of @cu calls, replace them with CUDA calls (#580)
  • Create Knet.Ops20 and add benchmarking for operator set (#583)
  • Knet GPU selection and auto device selection (#586)
  • Create a profiling suite (#588)
  • Missing website (#592)
  • CUDA.pool not defined (#595)

Merged pull requests:

v1.3.9

28 Jul 09:02
Compare
Choose a tag to compare

Knet v1.3.9

Diff since v1.3.8

Closed issues:

  • CUDAapi doesn't seem to have find_host_compiler (#567)
  • Warning: Hardware is unsupported by NNPACK so falling back to default NNlib (#576)
  • addtoindex! ambiguity (#578)
  • no method matching length error at model optimization (#579)

v1.3.8

23 Jul 22:02
Compare
Choose a tag to compare

v1.3.7

12 Jul 12:03
Compare
Choose a tag to compare

Knet v1.3.7

Diff since v1.3.6

Closed issues:

  • problems on test Knet and find_host_compiler (#530)
  • CuArrays.jl: DEPRECATED, use CUDA.jl instead! (#570)
  • travis does not push new docs (#571)
  • Feature request: Depthwise and groupwise convolution (#574)

v1.3.6

04 Jul 20:02
Compare
Choose a tag to compare

Knet v1.3.6

Diff since v1.3.5

Closed issues:

  • SpecialFunctions loggamma update (#486)
  • test with CUDAapi v4.0 (#543)
  • Memory allocation and deallocation of temporary variables (#548)
  • Error when testing Knet (#553)
  • Broadcasted copyto! .(+/*)= operator is undefined for AutoGrad (#554)
  • Bug: Loading a model made using the Chain struct fails (#557)
  • collect now needs size, collect(progress()) fails (#558)
  • How to cite Knet in a research? (#559)
  • Loading Knet breaks Julia's copyto! on 1.5 (#561)
  • Performance degradation (#562)
  • NLL loss (#563)
  • Installing and using Knet doesn't work (#565)
  • GPU tests suggested in the documentation failing (#568)

Merged pull requests:

  • add gpu install docs for azure/ubuntu18.04 (#546) (@jw3126)
  • GPU discoverability with CUDAapi v4.0 (#549) (@iuliancioarca)
  • Further notes on GPU tools, especially for windows (#560) (@RocketRoss)

v1.3.5

30 Mar 06:01
Compare
Choose a tag to compare

Knet v1.3.5

Diff since v1.3.4

Closed issues:

  • KnetArray error : expected UnionAll, got typeof(Knet.CuArray) (#540)
  • test with CUDAapi v4.0 (#543)
  • Reading from a KNetArray within a GPU kernel function (#544)
  • Knet.save error in julia 1.4 (#545)

Merged pull requests:

v1.3.4

29 Feb 09:02
Compare
Choose a tag to compare

Knet v1.3.4

Diff since v1.3.3

Closed issues:

  • AssertionError: vec(value(x)) isa WTYPE (#537)
  • Cannot convert an object of type AutoGrad.Result{Float32} to an object of type Float64 (#538)

Merged pull requests:

v1.3.3

01 Feb 18:20
v1.3.3
Compare
Choose a tag to compare

v1.3.3 (2020-02-01)

Diff since v1.3.2

Closed issues:

  • Convert KnetArray to CuArray and back (#535)
  • aws images do not work (#533)
  • Feature Request: Compatibility with CuArrays 1.6.0 (#532)
  • julia1.3.0/knet132 build conf.jl gradcheck error (#528)
  • Test error on test/serialize.jl and broken tests on test/conv.jl (#527)
  • the error of test for Knet in dropout.jl (#524)
  • memory usage printings (#523)

Merged pull requests:

v1.3.2

29 Nov 11:48
v1.3.2
Compare
Choose a tag to compare

v1.3.2 (2019-11-29)

Diff since v1.3.1

Closed issues:

  • conv4 allocates outside of the memory pool (#518)
  • scaling xavier intializer comparared to other frameworks (#515)

Merged pull requests:

v1.3.1

07 Nov 07:19
v1.3.1
c94c1aa
Compare
Choose a tag to compare

v1.3.1 (2019-11-07)

Diff since v1.3.0

Merged pull requests: