File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
configs/rotated_rtmdet/_base_ Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 6363 filter_cfg = dict (filter_empty_gt = True ),
6464 pipeline = train_pipeline ))
6565val_dataloader = dict (
66- batch_size = 4 ,
67- num_workers = 4 ,
66+ batch_size = 8 ,
67+ num_workers = 8 ,
6868 persistent_workers = True ,
6969 drop_last = False ,
7070 sampler = dict (type = 'DefaultSampler' , shuffle = False ),
8383# inference on test dataset and format the output results
8484# for submission. Note: the test set has no annotation.
8585test_dataloader = dict (
86- batch_size = 4 ,
87- num_workers = 4 ,
86+ batch_size = 8 ,
87+ num_workers = 8 ,
8888 persistent_workers = False ,
8989 drop_last = False ,
9090 sampler = dict (type = 'DefaultSampler' , shuffle = False ),
Original file line number Diff line number Diff line change 6262 filter_cfg = dict (filter_empty_gt = True ),
6363 pipeline = train_pipeline ))
6464val_dataloader = dict (
65- batch_size = 4 ,
66- num_workers = 4 ,
65+ batch_size = 8 ,
66+ num_workers = 8 ,
6767 persistent_workers = True ,
6868 drop_last = False ,
6969 sampler = dict (type = 'DefaultSampler' , shuffle = False ),
8282# inference on test dataset and format the output results
8383# for submission. Note: the test set has no annotation.
8484test_dataloader = dict (
85- batch_size = 4 ,
86- num_workers = 4 ,
85+ batch_size = 8 ,
86+ num_workers = 8 ,
8787 persistent_workers = False ,
8888 drop_last = False ,
8989 sampler = dict (type = 'DefaultSampler' , shuffle = False ),
You can’t perform that action at this time.
0 commit comments