Skip to content

Commit

Permalink
Added BatchNorm in README
Browse files Browse the repository at this point in the history
  • Loading branch information
pashashiz committed Nov 12, 2023
1 parent d715657 commit 6788a09
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ R2Score(trained, test) should be > 0.8f
- Add state between batches
- Try LSTM weights fusing (x4 less weights)
- [ ] Layers Dropout (provide random generator to layers)(Wanted!)
- [ ] Batch Normalization (Wanted!)
- [x] Batch Normalization
- [ ] others

# Localization & Object Detection & Instance Segmentation
Expand Down
4 changes: 0 additions & 4 deletions TODO.md
Original file line number Diff line number Diff line change
@@ -1,4 +0,0 @@
- Lift optimizer inside a function with params
- Expose params in LossModel, TrainedModel
- Check if needs farther refactoring
- Batch Norm

0 comments on commit 6788a09

Please sign in to comment.