raskr / rust-autograd

Tensors and differentiable operations (like TensorFlow) in Rust
MIT License
487 stars 37 forks source link

SGD::compute_updates is private #12

Closed mateon1 closed 6 years ago

mateon1 commented 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.

Workaround: Copy-paste the implementation and use that instead.

raskr commented 6 years ago

Yes.... I'll fix it later.

raskr commented 6 years ago

Fixed in master