Skip to content

Commit 8350fbd

Browse files
Richard ZhangRichard Zhang
Richard Zhang
authored and
Richard Zhang
committed
script
1 parent 3ba6e37 commit 8350fbd

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lpips_2imgs.py

-3
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,3 @@
2626
# Compute distance
2727
dist01 = loss_fn.forward(img0, img1)
2828
print('Distance: %.3f'%dist01)
29-
30-
dist01 = loss_fn.forward(img0, img1, retPerLayer=True)
31-
print(dist01)

0 commit comments

Comments
 (0)