We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e5980e commit 36ce20cCopy full SHA for 36ce20c
README.md
@@ -20,7 +20,7 @@ topo_loss = TopoLoss(
20
losses = [
21
LaplacianPyramid.from_layer(
22
model=model,
23
- layer = model.fc,
+ layer = model.fc, ## supports nn.Linear and nn.Conv2d
24
factor_h=3.0,
25
factor_w=3.0,
26
scale = 1.0
0 commit comments