Closed ravi-maithrey closed 3 years ago
All the examples in the repo use extern crate autograd or extern crate ndarray which is deprecated and not recommended since rust 2018.
extern crate autograd
extern crate ndarray
It should be a simple fix to update these in all instances.
Thank you, fixed.
All the examples in the repo use
extern crate autograd
orextern crate ndarray
which is deprecated and not recommended since rust 2018.It should be a simple fix to update these in all instances.