Replies: 1 comment
-
|
You can implement a new callback similar to |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Dear @lululxvi
Let's say we have a trained model that uses dropout (
dropout_rateis set in the model's network). Is there a method in deepxde to evaluate uncertainty of the outputs when callingmodel.predict? It should be something similar toDropoutUncertaintycallback. I would just make a custom callback asmodel.predict(x, callbacks=[evaluate_uncertainty])butCallbackobject doesn't know anything aboutx, only about themodel.I can write something like that
but this doesn't seem like a good solution to me.
Beta Was this translation helpful? Give feedback.
All reactions