-
Notifications
You must be signed in to change notification settings - Fork 33
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
The question of training.py #6
Comments
Hi there, It computes an upper bound on the negative log likelihood (in bits per dimension) using importance sampling. I hope that helps. |
Uh... I understand that, but what I want to ask is what is the function or significance of computing this? |
It can be used a metric for comparison between models on the same test set. |
Ok, thank you very much
| |
宫文涛
|
|
***@***.***
|
签名由网易邮箱大师定制
On 9/2/2021 15:23,Brian ***@***.***> wrote:
It can be used a metric for comparison between models on the same test set.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
|
Hello, I have a new question: how do I set the size of S and MB on other datasets? |
What is the function of [ Computing log-likelihood on test set ] ?

The text was updated successfully, but these errors were encountered: