Skip to content

Releases: murtylab/topoloss

Release list

v0.0.2

Choose a tag to compare

@Mayukhdeb Mayukhdeb released this 29 Jul 12:39
  • 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

Choose a tag to compare

@Mayukhdeb Mayukhdeb released this 23 Jan 16:07
bump version