Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 353 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 353 Bytes

ml_utils

Machine learning related utils includes implementations of:

Preprocessing

  • GaussianFocus preprocessing (@pytorch) - also known as vignette

Modules

  • Spatial Pyramid Pooling (@pytorch)
  • Spatial Transform Network (@pytorch)

LrSched

  • CosineAnnealRestartLRScheduler (@pytorch) - custom control of bottom

Loss

  • CustomFocalLoss (@pytorch)