Skip to content

Commit a96ba37

Browse files
authored
Update README.md
1 parent bf69435 commit a96ba37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ topo_loss = TopoLoss(
2323
LaplacianPyramid.from_layer(
2424
model=model,
2525
layer = model.fc, ## supports nn.Linear and nn.Conv2d
26-
factor_h=3.0,
27-
factor_w=3.0,
26+
factor_h=8.0,
27+
factor_w=8.0,
2828
scale = 1.0
2929
),
3030
],

0 commit comments

Comments
 (0)