microsoft / Bringing-Old-Photos-Back-to-Life

Bringing Old Photo Back to Life (CVPR 2020 oral)
https://arxiv.org/abs/2004.09484
MIT License
15.15k stars 2k forks source link

An issue about test step #177

Closed Mr-doraemon closed 3 years ago

Mr-doraemon commented 3 years ago

In the training mapping network, I visualized the results quite well. Why did the results fail when I tested them? I was sure that no overfitting had occurred, because I tested the training data with the same results. At the same time, I also confirm that my inference part is consistent with the forward part. Can you give me help, please?

raywzy commented 3 years ago

Hi, have you visualized the reconstruction resutls of VAE?

Mr-doraemon commented 3 years ago

Hi, have you visualized the reconstruction resutls of VAE?

I have solved the above problems. Actually, I visualized the result of Vae reconstruction, but the result of Vae reconstruction in the training stage was slightly better than that in the test stage.