Skip to content

AutoGrad v1.1.1 Performance Improvements

Compare
Choose a tag to compare
@denizyuret denizyuret released this 01 Oct 03:18
· 101 commits to master since this release
  • General performance improvements.
  • Val()->Arg{}
  • Result(x, f, args...; kwargs...)->Result(x, f, args, kwargs)
  • Improved display for Tapes.
  • Using TimerOutputs to profile core.jl. Use AUTOGRAD_TIMER environment variable.
  • Added gcnode() to save memory, overriding in Knet to free GPU arrays.
  • Added Node.children to be used by gcnode in Knet.