naoki7090624
naoki7090624
Hi, Thanks for sharing great work! I have a question about ```kmeans_centers.npy```. According to your paper, you use clustering data generated from ImageNet to reduce the computational cost. ``` To...
Hi, I want to train the model on the costom dataset including non-realistic images (painting, comic). I think your code requires pretrained model (ImageNet-1k) to build the SimMIM, but I...
Thank you for sharing your great work! Can actNN be used for GAN models? I used actNN with the following GAN architecture, but I got the error. https://github.com/knazeri/edge-connect ``` Traceback...
Hi, Thank you for sharing great works!! I would like to use the pretrained discriminator with my scratch discriminator for improving my model. I added the discriminator of vision-aided-gan with...