-
Notifications
You must be signed in to change notification settings - Fork 0
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
how to calculate uncertainty estimates #2
Comments
Thanks for the question. If you want to prepare the uncertainty score files, you can use the teacher models to perform predictions on the whole dataset and save the prediction uncertainty to form a score file. |
Thank you for your kind help, best regard. |
Please tell me how to add small perturbations in the inference process, I didn't get it from the code. |
The monte carlo dropout is easy to implement with the inner Dropout modules of teacher models. |
Following your steps, I divided cnews into two tag sets and trained two teacher models, but when I am ready to run monte_carlo.py by myself, I do not find the correct steps to proceed. Please, how can I train a weight file by myself, the steps you give in the web page are not enough to get the np file.
The text was updated successfully, but these errors were encountered: