Closed mateon1 closed 6 years ago
The built-in gradient descent function is not usable at the moment, the compute_updates function needs a pub prefix to fix this.
compute_updates
Workaround: Copy-paste the implementation and use that instead.
Yes.... I'll fix it later.
Fixed in master
The built-in gradient descent function is not usable at the moment, the
compute_updates
function needs a pub prefix to fix this.Workaround: Copy-paste the implementation and use that instead.