Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/johndpope/IMF
Browse files Browse the repository at this point in the history
  • Loading branch information
johndpope committed Aug 28, 2024
2 parents 42b8bd5 + f9725b5 commit 6def659
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions train.py
Original file line number Diff line number Diff line change
Expand Up @@ -295,8 +295,8 @@ def main():
use_resnet_feature=config.model.use_resnet_feature
)

discriminator = IMFPatchDiscriminator()

# discriminator = IMFPatchDiscriminator()
discriminator = MultiScalePatchDiscriminator(input_nc=3, ndf=64, n_layers=3, num_D=3)
# transform = transforms.Compose([
# transforms.Resize((256, 256)),
# transforms.ToTensor(),
Expand Down

0 comments on commit 6def659

Please sign in to comment.