Mohammad Vali
Mohammad Vali
When creating virtual environment, in the "environment.yml" file, there are two "colon" marks for installing "pytorch" and "torchvision" packages, which raises the error of "ResolvePackageNotFound: - pytorch::pytorch=1.3". In order not...
Hi, I have noticed in the "utils.py" line 32, you truncated the normal noise in the range [-2,2] by this line of code: `values = truncnorm.rvs(-2, 2, size=(batch_size, dim_z), random_state=state).astype(np.float32)`...
Hello, Thanks for your nice work! I am really interested to do more experimentation with your method and do some comparisons with what I am doing on my research. However,...
Hi, I intend to use "Fixed" model in demo repository. I downloaded the pre-trained weights of ffhq.pt from [Google Drive link](https://drive.google.com/drive/folders/114YNiALYYoVaJW7RRkmnHav6hRxD9WXy). However, the state_dict of the model you provided does...
Hi, I wanted to ask that to have a fair comparison with GANSPace method in Fig.6, you need to shift your method in S space and GANSpace method in W...
Hi, Thanks for preparing the repo! The reason I use this repo is that it is simpler for me to train than the [original VQGAN repo](https://github.com/CompVis/taming-transformers.git) for custom datasets. I...