-
Notifications
You must be signed in to change notification settings - Fork 11
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
PyTorch version training issues #14
Comments
Hello. Will add SSIM evaluation today. |
Okay, thank you for your reply. Do you still need to add files related to testing in the future? Looking forward to the complete PyTorch version |
感觉是在那个轮次训练已经达到饱和了,哈哈哈 |
@stuhao251 It might be the case, unfortunately. I still get better metrics when training with TF for some reason. However, the baseline PyTorch implementation of the model should be exactly the same as the TF version, as both the TF and Torch versions of the model have 44923 parameters. So please feel free to develop on it if you think there's space for improvement. |
@albrateanu I used the latest code you uploaded and encountered a new error that appeared on both machines. |
Hello, has pytorch version come out yet? Why is my result so much worse than the results of tensorflow in the paper? |
@longlong161 I'm not sure how I can help with that. Please make sure the environment is ok and running PyTorch 2. And perhaps just attempt retraining more? Or try setting either the Smooth L1 loss or the MS-SSIM loss weight to 0? It seems like a gradient explosion problem and it's not very clear what causes it given that I didn't have that. |
@GZY2000 I have just posted PyTorch weights. On LOLv2 Real, PyTorch implementations has 0.61dB more than TensorFlow. |
That's true, but synthetic is more than 2db off on this dataset, which is the best result you can get after a lot of training! |
After training the PyTorch version for a while, the metrics will not change. I trained twice and this problem started at 454 epochs.
By the way, can we also add SSIM evaluation metrics to the PyTorch version? Thank you
The text was updated successfully, but these errors were encountered: