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

Why there is no valid step when training a VQGAN #20

Open tenmiles0 opened 3 months ago

tenmiles0 commented 3 months ago

In training_vqgan.py, there is no valid step. Is the model trained with this setup usable?