Skip to content

Releases: murtylab/topoloss

v0.0.2

29 Jul 12:39

Choose a tag to compare

  • added support for layers beyond nn.Linear and nn.Conv by removing strict type checking. You can disable type checks for layers by setting TopoLoss(..., strict_layer_type = False)
  • fixed some minor typing issues
  • removed an unnecessary assertion which was checking if layer.bias is not None
  • can now use different interpolations ["bilinear", "nearest"] in LaplacianPyramid(..., interpolation = "nearest")

v0.0.1

23 Jan 16:07

Choose a tag to compare

bump version