-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Description
According to the original paper:
If we can predict the loss of a data point, it becomes possible to select data points that are expected to have high losses. The selected data points would be more informative to the current model.
This implies we should be taking the maximum values from the uncertainties arg[-n:]. Your current implementation returns the minimum arg[:n] and so is returning the least informative points.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels