ViTGAN icon indicating copy to clipboard operation
ViTGAN copied to clipboard

A PyTorch implementation of ViTGAN based on paper ViTGAN: Training GANs with Vision Transformers.

Results 7 ViTGAN issues
Sort by recently updated
recently updated
newest added

Hi, there! I am impressived by your work! Can this work use to dehaze task? Moreover, I would appreciate if you could give more specifiy training instruction, thanks.

Hi, I want to ask that did you run any experiments with the architecture in Figure 2 (B) because I don't see any reports in your paper for it

Hi, why hasn't it worked out since I trained? 你好,为什么我训练之后没有效果呢?

我该修改什么参数才能完成训练呢?显卡是2060s8g版本,训练时长25个小时。

Tank you for your work! The beta1 and beta2 in this code (0.5, 0.999) is different from the paper (0, 0.99). Which choice is better?