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-18 03:28:50 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
01ea57da8c936e2b73b40848cf2eab9cadab94c9
candle
/
candle-core
History
Laurent Mazare
01ea57da8c
Fix the conv tests. (
#409
)
2023-08-11 14:59:54 +01:00
..
examples
Small example for benchmarking some cpu ops (
#394
)
2023-08-10 17:00:17 +01:00
src
Use zero padding in conv1d and conv2d (same as pytorch). (
#408
)
2023-08-11 14:53:05 +01:00
tests
Fix the conv tests. (
#409
)
2023-08-11 14:59:54 +01:00
Cargo.toml
Parallelise the CPU kernels for the conv ops. (
#401
)
2023-08-11 05:51:58 +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