menyifang / DCT-Net

Official implementation of "DCT-Net: Domain-Calibrated Translation for Portrait Stylization", SIGGRAPH 2022 (TOG); Multi-style cartoonization
Apache License 2.0
734 stars 74 forks source link

where is noise.pt? #36

Open goldwater668 opened 1 year ago

menyifang commented 1 year ago

have been added in source/stylegan2/noise.pt

goldwater668 commented 1 year ago

@menyifang What is the difference between using noise.pt and not using it, because I see you have the following code, which one is correct? `sample_z = torch.randn(args.n_sample, args.latent, device=device)

sample_z = torch.load('noise.pt').to(device)`