Skip to content

Commit

Permalink
script
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Zhang authored and Richard Zhang committed Aug 25, 2021
1 parent 3ba6e37 commit 8350fbd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lpips_2imgs.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,3 @@
# Compute distance
dist01 = loss_fn.forward(img0, img1)
print('Distance: %.3f'%dist01)

dist01 = loss_fn.forward(img0, img1, retPerLayer=True)
print(dist01)

0 comments on commit 8350fbd

Please sign in to comment.