Skip to content

Releases: reshalfahsi/separableconv-torch

v0.1.0: bump version ``0.1.0`` (#1)

28 Aug 15:17
bbc1e60
Compare
Choose a tag to compare
  • Add LazySeparableConv1d, LazySeparableConv2d, and LazySeparableConv3d.
  • Update tests/

v0.0.2

09 Aug 02:41
Compare
Choose a tag to compare
  • depth_multiplier should be integer>=1 otherwise raise ValueError.
  • Invalid normalization would be defaulted to None

v0.0.1

08 Aug 07:34
Compare
Choose a tag to compare
  • Initial public release
  • Publish to PyPI