This website requires JavaScript.
Explore
Help
Register
Sign In
huggingface
/
candle
Watch
1
Star
0
Fork
0
You've already forked candle
mirror of
https://github.com/huggingface/candle.git
synced
2025-06-17 02:58:50 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
6991036bc50bdfb5312b7145443d413dbd69d77e
candle
/
candle-core
History
Laurent Mazare
6991036bc5
Introduce the variables api used for adjusting parameters during the training loop. (
#158
)
...
* Add the variable api. * And add a comment.
2023-07-13 14:09:51 +01:00
..
examples
Sketch a fast cuda kernel for reduce-sum. (
#109
)
2023-07-08 12:43:56 +01:00
src
Introduce the variables api used for adjusting parameters during the training loop. (
#158
)
2023-07-13 14:09:51 +01:00
tests
Tensor mutability (
#154
)
2023-07-13 11:04:40 +01:00
Cargo.toml
Random initializers. (
#128
)
2023-07-10 18:26:21 +01:00
LICENSE
Refactor the hierarchy.
2023-06-27 11:57:27 +02:00
README.md
Refactor the hierarchy.
2023-06-27 11:57:27 +02:00
README.md
candle
Minimalist ML framework for Rust