summaryrefslogtreecommitdiff
path: root/candle-nn/tests/batch_norm.rs
Commit message (Expand)AuthorAgeFilesLines
* Do not implement Module for BatchNorm. (#1513)Laurent Mazare2024-01-011-2/+2
* [Breaking] Add training to batchnorm with exponential moving average (#1504)nkoppel2023-12-301-0/+11
* Avoid some redundant clone. (#731)Laurent Mazare2023-09-041-2/+2
* Move the test-utils bits to a shared place. (#619)Laurent Mazare2023-08-271-3/+1
* Some fixes for yolo-v3. (#529)Laurent Mazare2023-08-201-5/+9
* Add a yolo-v3 example. (#528)Laurent Mazare2023-08-201-0/+3
* Add a batch normalization layer (#508)Laurent Mazare2023-08-181-0/+70