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
Hi I'm doing research using multiple dataset, and I noticed that detectron2 provide the multiple dataset loader.
However, one of my dataset should be learned more than other dataset, which means that sampling ratio should be somewhat like 2:1:1 (for triple dataset).
I noticed that just using naive multiple dataset loader makes the sampling ratio 1:1:1.
What config argument can handle this issue?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi I'm doing research using multiple dataset, and I noticed that detectron2 provide the multiple dataset loader.
However, one of my dataset should be learned more than other dataset, which means that sampling ratio should be somewhat like 2:1:1 (for triple dataset).
I noticed that just using naive multiple dataset loader makes the sampling ratio 1:1:1.
What config argument can handle this issue?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions