Skip to content

Commit 36ce20c

Browse files
authored
readme: add small comment
1 parent 2e5980e commit 36ce20c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ topo_loss = TopoLoss(
2020
losses = [
2121
LaplacianPyramid.from_layer(
2222
model=model,
23-
layer = model.fc,
23+
layer = model.fc, ## supports nn.Linear and nn.Conv2d
2424
factor_h=3.0,
2525
factor_w=3.0,
2626
scale = 1.0

0 commit comments

Comments
 (0)