ddkang / loss_dropper

Apache License 2.0
51 stars 9 forks source link

How to select recompute number? #3

Closed Hibb-bb closed 3 years ago

Hibb-bb commented 3 years ago

Hi, I'm trying to use this technique in my project. But I'm not sure that how to select a right value for recompute amount? Should it based on dataset size? Thank you.

ddkang commented 3 years ago

What is the "recompute amount" you are referring to?

Hibb-bb commented 3 years ago

The parameter in LossDropper class. Thank you.

ddkang commented 3 years ago

The default values should work well - just make sure that min_count >= recompute and that recompute <= dataset_size

Hibb-bb commented 3 years ago

Got it, thanks!