mirror of
https://github.com/huggingface/candle.git
synced 2025-06-17 19:18:50 +00:00
Add the AdamW optimizer. (#307)
* Add the AdamW optimizer. * Add some AdamW test validated against PyTorch.
This commit is contained in:
@ -34,7 +34,7 @@
|
||||
//! Rust is cool, and a lot of the HF ecosystem already has Rust crates [safetensors](https://github.com/huggingface/safetensors) and [tokenizers](https://github.com/huggingface/tokenizers)
|
||||
|
||||
pub mod backend;
|
||||
mod backprop;
|
||||
pub mod backprop;
|
||||
mod conv;
|
||||
mod convert;
|
||||
pub mod cpu_backend;
|
||||
|
Reference in New Issue
Block a user