GihyunKwon

Results 10 comments of GihyunKwon

Thank you! I corrected the typos.

Maybe there are some environment problems. Please refer to this link [https://github.com/openai/CLIP/issues/180](https://github.com/openai/CLIP/issues/180)

Hi, I think there is some conflict between github and the script, so please download the file and open it with your own jupyter notebook. Thanks!

Hi, I uploaded a new Test code, so please check the code. I tried to find my code for PCA visualization, but I lost the file when I graduated. The...

Hi, I'm glad to hear that the test code works now. For PCA visualization, code is not from Nilearn, but Sklearn(Scikit-learn). You will easily find easy sample codes for PCA....

1. WGAN loss value can be negative. 2. As I know of, there might be slight change in putting new inputs, but not major changes. Since I didn't tried many...

Hi, Although we noticed that it is not a good choice of using BN in discriminator of WGAN-GP, we found that using batchnorm stabilized training. We also experimented with Instance...

Hi, sorry for the inconvenience since the our repository is trained with pytorch 0.4, it will make error when trained with higher version of pytorch. Now I am planning to...

Hi, since we did not implemented the model on different resolution, the model should be modified to get the higher resolution images. I apologize for inconvenience. Thanks

Hi, thank you for your interest on our work The training dynamics can differ due to the initial seed & environment. If the outputs keep showing different aspect, feel free...