-
Notifications
You must be signed in to change notification settings - Fork 6
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
Model Performance #1
Comments
Hi! I just update the default training iterations to 120k to align with the default setting as described in paper. |
I am referring to the difference in performance of the model when the number of iterations is 25k. |
According to the default parameter of config file, run the github code, the result in the paper is 34.92dB, but I actually run out to 34.5dB, is there any other super parameter setting. |
No, the default hyper params are aligned with the paper. But I made some minor modification compared with the original implementation, which may cause performance gap. I tested the released version on the ms-blender dataset and the performance is better than the result in paper. |
Hi! Using the default config, I found the same gap in the single-scale dataset. Did you solve the problem? |
Thank you for your outstanding work, when I follow the default config file to train the single scale dataset, I found that the training result is 0.3db different from the paper, please is there a specific super parameter config.
The text was updated successfully, but these errors were encountered: