v0.7.0
github-actions
released this
18 Jun 12:09
·
1011 commits
to master
since this release
NNlib v0.7.0
Closed issues:
- Overflow of Float64 logistic sigmoid derivative (#78)
- gradient causes a 'MethodError: no method matching ∇maxpool' error for NNlib.maxpool (#188)
- Provide artifact for BB download (#192)
- NNPACK_CPU_THREADS and thread pool issue (ERROR: KeyError: key 3 not found) (#200)
- Wrong MaxPool gradient (#205)
Merged pull requests:
- update travis (#182) (@CarloLucibello)
- Add comment for wrapper functions in CuArrays.jl (#183) (@matsueushi)
- Improve docs (#190) (@matsueushi)
- Mutating softmax tests (#194) (@sudo-rushil)
- BatchedAdjOrTrans interface tests (#196) (@sudo-rushil)
- fix sigmoid (#198) (@cossio)
- fix allocate_threadpool when NNPACK_CPU_THREADS is set (#201) (@Alexander-Barth)
- Update package to use jll (#204) (@aviks)
- Fix maxpool gradient (#207) (@yiyuezhuo)
- updates for NNpack (#212) (@CarloLucibello)