GenRep
GenRep copied to clipboard
Hi, Please check if the normalization is correct for the BigBiGAN encoder. Based on the description of (https://github.com/ali-design/GenRep/blob/master/utils/utils_bigbigan.py#L115), the input data for BigBiGAN should be normalized between [-1,1]. But, at...
Hi, How to generate wgaussian variables in your paper ? I can not find it in your code.
About how to reproduce your work, I listed some steps: 1. install dependencies 2. use StyleGAN to your script in "utils" directory to generate dataset and the path of generated...
Hi, I am trying to reproduce your work on the Imagenet1000 case. Following your pipeline, I can reproduce the results on the Real case (training SimClr on Imagenet). However, when...