Skip to content

Commit

Permalink
[Fix]: Fix name bug
Browse files Browse the repository at this point in the history
  • Loading branch information
YuanLiuuuuuu committed Feb 25, 2022
1 parent 910b8ce commit 4084b8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
dict(type='Normalize', **img_norm_cfg)
]
data = dict(
imgs_per_gpu=128,
samples_per_gpu=128,
drop_last=False,
workers_per_gpu=32,
train=dict(pipeline=train_pipeline),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
]

# dataset
data = dict(imgs_per_gpu=512, workers_per_gpu=32)
data = dict(samples_per_gpu=512, workers_per_gpu=32)

# optimizer
optimizer = dict(
Expand Down

0 comments on commit 4084b8c

Please sign in to comment.