Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Detach the tensors on batch-norm eval. (#1702) | Laurent Mazare | 2024-02-13 | 1 | -2/+12 |
* | Do not implement Module for BatchNorm. (#1513) | Laurent Mazare | 2024-01-01 | 1 | -13/+13 |
* | Small tweaks to batch-norm. (#1505) | Laurent Mazare | 2023-12-30 | 1 | -19/+16 |
* | [Breaking] Add training to batchnorm with exponential moving average (#1504) | nkoppel | 2023-12-30 | 1 | -50/+158 |
* | Add fuse-conv-bn method for Conv2d (#1196) | jamjamjon | 2023-10-27 | 1 | -0/+4 |
* | Expose the fields from batch-norm. (#1176) | Laurent Mazare | 2023-10-25 | 1 | -2/+12 |
* | Add clone to various nn layers. (#910) | Laurent Mazare | 2023-09-20 | 1 | -1/+1 |
* | VarBuilder cleanup (#627) | Laurent Mazare | 2023-08-27 | 1 | -4/+4 |
* | Some fixes for yolo-v3. (#529) | Laurent Mazare | 2023-08-20 | 1 | -4/+49 |
* | Add a batch normalization layer (#508) | Laurent Mazare | 2023-08-18 | 1 | -0/+154 |