-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
图片模糊不清 #24
Comments
According to my experience, 1000 epochs is too much even for the dataset of 1000+ pairs and the model overfits. In my case dataset was about 1200 pairs and the model produced blurry images starting from the epoch ~750. But, there were some image defects in my dataset that could possibly impact the overall quality of the training. So, first of all check your dataset for the image defects (even 5 photos could have significant impact on the prediction quality). |
非常感谢您的解答,请问数据集的图像缺陷指的是什么,我在测试集上生成图像效果不错,使用单张图像进行测试时才会产生模糊情况,这种情况下实际应用价值会比较小,我自己的数据集大小为768*1020像素 |
您好,非常感谢您做出的贡献,我在运行您的代码时候,迭代1000epoch,在测试集上生成图片模糊不清,尤其在文字图像上,想知道是哪里的问题,是训练时间太短吗?
Hello, thank you very much for your contribution. While running your code, I iterated through 1000epochs and generated blurry images on the test set, especially on text and images. I would like to know where the problem lies. Is the training time too short
The text was updated successfully, but these errors were encountered: