Skip to content

PyTorch Toolbel 0.1.0

Compare
Choose a tag to compare
@BloodAxe BloodAxe released this 12 Jun 20:05
· 1071 commits to master since this release
7898b2e

New stuff:

  1. EfficientNet
  2. Multiscale TTA module
  3. New activations: Swish, HardSwish, HardSigmoid
  4. AGN module (Activated Group Norm), mimicks ABN

Changes:

  1. SpatialGate2d now accepts squeeze_channels for explicit number of squeeze channels.

Misc

  1. Code formatting