Closed Hibb-bb closed 3 years ago
What is the "recompute amount" you are referring to?
The parameter in LossDropper class. Thank you.
The default values should work well - just make sure that min_count >= recompute
and that recompute <= dataset_size
Got it, thanks!
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.