Skip to content

Releases: FluxML/NNlib.jl

v0.7.13

05 Feb 08:18
671bf71
Compare
Choose a tag to compare

NNlib v0.7.13

Diff since v0.7.12

Closed issues:

  • batched_gemm! emits "cannot take the CPU address of a CuArray" (#256)
  • Batched_mul adjoint fails (#268)

Merged pull requests:

v0.7.12

20 Jan 06:47
600d44d
Compare
Choose a tag to compare

NNlib v0.7.12

Diff since v0.7.11

Merged pull requests:

v0.7.11

08 Jan 08:31
9b9a4c3
Compare
Choose a tag to compare

NNlib v0.7.11

Diff since v0.7.10

Closed issues:

  • ∇softmax modifies input argument (#264)

Merged pull requests:

v0.7.10

05 Jan 19:33
090a0ec
Compare
Choose a tag to compare

NNlib v0.7.10

Diff since v0.7.9

Closed issues:

  • Integration with Batched.jl (#76)
  • no method matching conv(::Array{Float32,4}, ::Array{Float32,4}; stride=(1, 1), pad=(0, 0), dilation=(1, 1)) (#106)
  • Convolution for mixed-precision inputs (#107)
  • Asymmetric padding fails on gpu models (#117)
  • ambiguity in calling maxpool (#128)
  • move adjoint definitions from Zygote (#219)
  • softmax gradients inefficient, API change necessary (#248)
  • @eval (#263)

Merged pull requests:

v0.7.9

21 Dec 05:20
e117313
Compare
Choose a tag to compare

NNlib v0.7.9

Diff since v0.7.8

Closed issues:

  • softmax! and logsoftmax! implementations incomplete (#249)

Merged pull requests:

  • added softmax!. reduced softmax's memory usage. (#247) (@norci)

v0.7.8

15 Dec 07:15
cab2e56
Compare
Choose a tag to compare

NNlib v0.7.8

Diff since v0.7.7

Closed issues:

  • conv_bias_act! does not modify its output argument correctly (#243)

Merged pull requests:

v0.7.7

16 Nov 11:11
836d328
Compare
Choose a tag to compare

NNlib v0.7.7

Diff since v0.7.6

Closed issues:

  • pool padding is buggy (#229)
  • CUDNNError: CUDNN_STATUS_BAD_PARAM (code 3) while training lstm neural network (#237)

Merged pull requests:

v0.7.6

03 Nov 17:11
d3489ea
Compare
Choose a tag to compare

NNlib v0.7.6

Diff since v0.7.5

Merged pull requests:

v0.7.5

03 Oct 15:13
7c8fa27
Compare
Choose a tag to compare

NNlib v0.7.5

Diff since v0.7.4

Closed issues:

  • Conv Fallback Warning Hindering Intentional Work (With FixedPointNumbers) (#232)

Merged pull requests:

  • Added wrapper for convolution, bias, and activation (#228) (@gartangh)
  • Update links and use main page of papers instead of their PDFs (#231) (@hieronimo)
  • Fix multithreading bug in ∇conv_filter_im2col (#235) (@pazner)
  • Limit logging of fallback @warning 'maxlog=1' (#236) (@RocketRoss)

v0.7.4

04 Aug 07:10
d524be7
Compare
Choose a tag to compare

NNlib v0.7.4

Diff since v0.7.3

Closed issues:

  • Hardware is unsupported by NNPACK so falling back to default NNlib (#225)

Merged pull requests: