Skip to content

Knet v0.9.1 Release Notes

Compare
Choose a tag to compare
@denizyuret denizyuret released this 28 May 13:47
· 904 commits to master since this release

Compatibility

  • Library discovery now done using CUDAapi.
  • GPU direct peer access support (@cangumeli).
  • Removed gpu-architecture compiler flags from build.jl to support machines with heterogenous gpu types.
  • Added JuliaBox compatibility to Jupyter notebooks.

General

  • Fixed default dropout behavior which was not applying dropout to input to obey the pdrop argument.
  • Added support for mean(f::Function,x::KnetArray).
  • Added vcat support for scalar arguments.
  • Fixed batchnorm cpu backward pass (@CarloLucibello)

Documentation and Examples