Skip to content

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 24 May 18:14
· 91 commits to main since this release

TinyMachines v0.2.0

Diff since v0.1.3

Breaking changes:

  • ESPNet: ConvPReLU incorporated.

Changelog:

  • MobileUNet: added activation argument, default to relu6.
  • ConvPReLU: add and export new layer (PReLU implementation).
  • ESPBlock: simplified.
  • UNet4, UNet5, MobuleUNet: cleanup.
  • Convolutions: cleanup.
  • Tests: cleanup.
  • Add single epoch tests for all models.