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-16 02:38:10 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
b0fe5e4453bacc1aecf0049eaa424c39eb1771d4
candle
/
candle-nn
/
tests
History
Laurent Mazare
b0fe5e4453
Do not implement Module for BatchNorm. (
#1513
)
2024-01-01 10:13:13 +01:00
..
batch_norm.rs
Do not implement Module for BatchNorm. (
#1513
)
2024-01-01 10:13:13 +01:00
group_norm.rs
Move the test-utils bits to a shared place. (
#619
)
2023-08-27 09:42:22 +01:00
layer_norm.rs
Move the test-utils bits to a shared place. (
#619
)
2023-08-27 09:42:22 +01:00
loss.rs
Add Binary Cross Entropy With Logit Loss to nn crate (
#1157
)
2023-10-23 17:12:44 +01:00
ops.rs
Add a custom softmax implementation. (
#744
)
2023-09-05 14:20:23 +01:00
optim.rs
Add the optimizer trait. (
#702
)
2023-09-01 12:55:39 +01:00
rnn.rs
Add a GRU layer. (
#688
)
2023-08-31 08:43:10 +01:00