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
Currently, to calculate calibration, we discretize the outputted probability density onto a grid that tiles the arena floor. But the way we currently label gerbils who rear up at the edges of the arena leads to labels potentially far outside the bounds we discretize on. This leads to situations like the following, where the model is potentially outputting something reasonable but it isn't counted by the calibration calculation because of the bounds of the arena.
The text was updated successfully, but these errors were encountered:
Currently, to calculate calibration, we discretize the outputted probability density onto a grid that tiles the arena floor. But the way we currently label gerbils who rear up at the edges of the arena leads to labels potentially far outside the bounds we discretize on. This leads to situations like the following, where the model is potentially outputting something reasonable but it isn't counted by the calibration calculation because of the bounds of the arena.
The text was updated successfully, but these errors were encountered: