Skip to content

Commit

Permalink
[Fix]: Delete modification to swin
Browse files Browse the repository at this point in the history
  • Loading branch information
YuanLiuuuuuu committed Apr 25, 2022
1 parent 23440a9 commit fe69a5d
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,9 @@
dict(type='ToTensor'),
dict(type='Normalize', **img_norm_cfg)
]

data = dict(
samples_per_gpu=256,
drop_last=False,
workers_per_gpu=8,
workers_per_gpu=32,
train=dict(pipeline=train_pipeline),
val=dict(pipeline=test_pipeline))
val=dict(pipeline=test_pipeline))

0 comments on commit fe69a5d

Please sign in to comment.