Skip to content

Commit

Permalink
fix: projection interpolation at init
Browse files Browse the repository at this point in the history
  • Loading branch information
beniz authored and pnsuau committed May 30, 2022
1 parent 1f5fb69 commit 2aecf46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions models/modules/projected_d/discriminator.py
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,7 @@ def __init__(
projector_model,
config_path=config_path,
weight_path=weight_path,
interp=self.interp,
**backbone_kwargs,
)
self.freeze_feature_network.requires_grad_(False)
Expand Down

0 comments on commit 2aecf46

Please sign in to comment.