dome272 / VQGAN-pytorch

Pytorch implementation of VQGAN (Taming Transformers for High-Resolution Image Synthesis) (https://arxiv.org/pdf/2012.09841.pdf)
MIT License
443 stars 73 forks source link

Some questions to produce good generation results. #2

Open Adenialzz opened 2 years ago

Adenialzz commented 2 years ago

Hi, thank you very much for sharing your clean implementation. I would like to ask you some questions:

  1. How much data we need to produce a good generation result.
  2. Does the data need to be of the same category (e.g. flowers).
  3. Does transformer require pre-training.

Looking forward for your reply, thanks in advance.

clearlyzero commented 1 year ago

Hello, I have also been researching vqgan recently. May I ask if your network has good convergence performance?