Skip to content

v0.2.0 (2020-04-16)

Compare
Choose a tag to compare
@zeiss-dhaase zeiss-dhaase released this 16 Apr 14:10
· 55 commits to master since this release
  • BSConv for PyTorch:
    • removed activation and added option for normalization of PW layers in BSConv-S (issue #1) (API change)
    • added option for normalization of PW layers in BSConv-U (API change)
    • ensure that BSConv-S never uses more mid channels (= M') than input channels (M) and added parameter min_mid_channels (= M'_min) (API change)
    • added model profiler for parameter and FLOP counting
    • replacer now shows number of old and new model parameters