From fe69a5d2072728ec857a817339f8f990af1c6de4 Mon Sep 17 00:00:00 2001 From: YuanLiuuuuuu <3463423099@qq.com> Date: Mon, 25 Apr 2022 21:49:25 +0800 Subject: [PATCH] [Fix]: Delete modification to swin --- .../imagenet/swin-base_ft-8xb256-coslr-100e_in1k-224.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/configs/benchmarks/classification/imagenet/swin-base_ft-8xb256-coslr-100e_in1k-224.py b/configs/benchmarks/classification/imagenet/swin-base_ft-8xb256-coslr-100e_in1k-224.py index 41b25e61d..6bb8e4432 100644 --- a/configs/benchmarks/classification/imagenet/swin-base_ft-8xb256-coslr-100e_in1k-224.py +++ b/configs/benchmarks/classification/imagenet/swin-base_ft-8xb256-coslr-100e_in1k-224.py @@ -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)) \ No newline at end of file