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
I need help with understanding what the best input is and how to convert the output value of the model
In the original MetNet article, the model output is 512 values, which is converted using softmax. In the current implementation the model output is one value, what is the best thing to do with it ? MetNet takes as input [-1;1] or [0; max_val] ?
The text was updated successfully, but these errors were encountered:
I need help with understanding what the best input is and how to convert the output value of the model
In the original MetNet article, the model output is 512 values, which is converted using softmax. In the current implementation the model output is one value, what is the best thing to do with it ? MetNet takes as input [-1;1] or [0; max_val] ?
The text was updated successfully, but these errors were encountered: