From 471ce80b1837223745bc18231926353c07ec3b20 Mon Sep 17 00:00:00 2001 From: YuanLiuuuuuu <3463423099@qq.com> Date: Mon, 25 Apr 2022 21:50:54 +0800 Subject: [PATCH] [Fix]: Fix lint --- .../imagenet/swin-base_ft-8xb256-coslr-100e_in1k-224.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 6bb8e4432..d69ea5d0e 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 @@ -31,4 +31,4 @@ drop_last=False, workers_per_gpu=32, train=dict(pipeline=train_pipeline), - val=dict(pipeline=test_pipeline)) \ No newline at end of file + val=dict(pipeline=test_pipeline))