mirror of
https://github.com/huggingface/candle.git
synced 2025-06-18 03:28:50 +00:00
More realistic training setup. (#210)
* More realistic training setup. * Compute the model accuracy. * Very inefficient backprop for index select. * More backprop. * Fix some backprop issues. * Backprop fix. * Another broadcasting backprop fix. * Better backprop for reducing ops. * Training again. * Add some gradient tests. * Get the training to work.
This commit is contained in:
@ -52,7 +52,7 @@ mod mkl;
|
||||
pub mod npy;
|
||||
mod op;
|
||||
pub mod safetensors;
|
||||
mod shape;
|
||||
pub mod shape;
|
||||
mod storage;
|
||||
mod strided_index;
|
||||
mod tensor;
|
||||
|
Reference in New Issue
Block a user