ufoym / imbalanced-dataset-sampler

A (PyTorch) imbalanced dataset sampler for oversampling low frequent classes and undersampling high frequent ones.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

callback_get_label no longer works as described

zimonitrome opened this issue · comments

callback_get_label: a callback-like function which takes two arguments - dataset and index

This no longer seems to be the case?

Please update how the new use-case looks like, because above commit breaks a lot of my previous code.

@hwany-j

same

same

Same