lucidrains / magvit2-pytorch

Implementation of MagViT2 Tokenizer in Pytorch
MIT License
565 stars 34 forks source link

Unsuccessful image reconstruction #25

Closed coolbunnyx closed 10 months ago

coolbunnyx commented 11 months ago

I am running into almost the same issue as the closed thread https://github.com/lucidrains/magvit2-pytorch/issues/12. Not sure how it ended up being resolved. Turning off GAN does not help. Any suggestions are greatly appreciated! Thanks.

The reconstructed images look like these: 3 4

coolbunnyx commented 10 months ago

Somehow solved it by doing some normalization stuffs. Not entirely sure about the result since the MLM transformer part remain unfinished.

rubbybbs commented 10 months ago

@coolbunnyx Hi! Do you mind kindly sharing how you solve it :-) ?

nangying1112 commented 10 months ago

@coolbunnyx Hi, I met the same problem. Could you please kindly share your solution?