index
:
forks/candle.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
candle-examples
/
examples
/
mnist-training
/
main.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow for different behavior between training and eval (#1213)
Laurent Mazare
2023-10-29
1
-2
/
+2
*
Add the optimizer trait. (#702)
Laurent Mazare
2023-09-01
1
-2
/
+2
*
Mnist training dropout (#677)
Laurent Mazare
2023-08-30
1
-7
/
+11
*
Add some documentation. (#673)
Laurent Mazare
2023-08-30
1
-1
/
+1
*
Simplify usage of the pool functions. (#662)
Laurent Mazare
2023-08-29
1
-7
/
+9
*
Add a convnet training example. (#661)
Laurent Mazare
2023-08-29
1
-1
/
+104
*
Re-enable local dir for mnist.
Nicolas Patry
2023-08-28
1
-1
/
+9
*
Training:
Nicolas Patry
2023-08-28
1
-1
/
+1
*
VarBuilder cleanup (#627)
Laurent Mazare
2023-08-27
1
-2
/
+2
*
Add a yolo-v3 example. (#528)
Laurent Mazare
2023-08-20
1
-0
/
+3
*
Add a simple Module trait and implement it for the various nn layers (#500)
Laurent Mazare
2023-08-18
1
-1
/
+1
*
Add the candle-datasets crate (#322)
Laurent Mazare
2023-08-05
1
-2
/
+2
*
Llama more training (#297)
Laurent Mazare
2023-08-01
1
-124
/
+15
*
Make the nll op closer to the pytorch version + add a test. (#286)
Laurent Mazare
2023-07-31
1
-4
/
+1
*
Add a flag to set the number of epochs in the mnist training (#283)
Laurent Mazare
2023-07-31
1
-14
/
+28
*
Load a trained checkpoint in the mnist example. (#280)
Laurent Mazare
2023-07-30
1
-3
/
+36
*
Add a flag to save the trained weights. (#279)
Laurent Mazare
2023-07-30
1
-0
/
+228