Skip to content

Commit

Permalink
Update lpips.py
Browse files Browse the repository at this point in the history
  • Loading branch information
richzhang authored Sep 10, 2021
1 parent ecfae6f commit c82f1ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lpips/lpips.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ def __init__(self, pretrained=True, net='alex', version='0.1', lpips=True, spati
[True] is for test mode (default)
[False] is for training mode
pnet_tune
[False] tune the base/trunk network
[True] keep base/trunk frozen
[False] keep base/trunk frozen
[True] tune the base/trunk network
use_dropout : bool
[True] to use dropout when training linear layers
[False] for no dropout when training linear layers
Expand Down

0 comments on commit c82f1ed

Please sign in to comment.