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))