sidney1505
sidney1505
Hi, given an input image tensor x and extracting the glow model i tried the following: latent = glow(x)[2] x_reconstructed = glow.reverse(latent) Since it is a normalizing flow one would...
Hi, when trying to apply your script with the config https://github.com/kwonminki/Asyrp_official/blob/main/configs/celeba_p2.yml you get the following error: "sh script_get_lpips.sh INFO: underlay of /usr/bin/nvidia-smi required more than 50 (274) bind mounts INFO...
Hi, first thank you for your amazing work! However, I have some questions in part related to the other issues here. 1) How can I do standard inference with the...
Hi, first thank you for your amazing work, it is straightforward to get it working! However, one question, in line https://github.com/inbarhub/DDPM_inversion/blob/6b7344824449f56c667e953b3956a82960e49475/ddm_inversion/inversion_utils.py#L220 you mention Asyrp which is probably a reference to...
Hi, I trained my own generator model and tried to use it for creating counterfactuals for CelebA. However, I encounter some things that I do not understand: 1) The FID...