Using subset of dataset #3315
ellesecotterill
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'd like to train a model using multiple datasets, however I'd like to only use a fraction of one of the datasets and shuffle which data is used each epoch. Is this available functionality in Detectron2? For example, if I have two datasets
train_set_0
andtrain_set_1
, I'd like to train using all oftrain_set_0
and 50% of'train_set_1
, and for each epoch use a different random 50% subset oftrain_set_1
.Beta Was this translation helpful? Give feedback.
All reactions