You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some methods can raise an error which is difficult to understand when a model with softmax is used. For example, VIM tries to get weights of the last layer. If last layer is Softmax, an error is raised:
Some methods can raise an error which is difficult to understand when a model with softmax is used. For example, VIM tries to get weights of the last layer. If last layer is Softmax, an error is raised:
oodeel/oodeel/methods/vim.py
Line 102 in d07f64c
Moreover, other methods (e.g. VIM, Energy) do not throw an error if softmax is present. But the performance are very poor and not as expected.
Suggestions:
fit()
.The text was updated successfully, but these errors were encountered: