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 19:47:12 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
662db45fc3728c4d7256edee76b3dd99877cb53f
candle
/
candle-core
History
Laurent Mazare
662db45fc3
Use zero padding in conv1d and conv2d (same as pytorch). (
#408
)
2023-08-11 14:53:05 +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
Upsample test + bugfix. (
#399
)
2023-08-10 21:02:35 +02: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