Releases: murtylab/topoloss
Releases · murtylab/topoloss
v0.0.2
- added support for layers beyond
nn.Linearandnn.Convby removing strict type checking. You can disable type checks for layers by settingTopoLoss(..., strict_layer_type = False) - fixed some minor typing issues
- removed an unnecessary assertion which was checking if
layer.biasis notNone - can now use different interpolations
["bilinear", "nearest"]inLaplacianPyramid(..., interpolation = "nearest")