AutoGrad v1.1.1 Performance Improvements
- 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.