Marco-Christiani / zigrad

A deep learning framework built on an autograd engine with high level abstractions and low level control.
https://marco-christiani.github.io/zigrad/
GNU Lesser General Public License v3.0
2 stars 0 forks source link

Expand Gradient Clip Control #9

Open Marco-Christiani opened 2 weeks ago

Marco-Christiani commented 2 weeks ago

Add more configuration options and refactor the API. Implement a gradient norm option and a value option.

Marco-Christiani commented 1 day ago

This is done on rl branch, need to pull it out.