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 ec1a585d..76ef5f88 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 @@ -56,3 +56,4 @@ val_dataloader = dict( dataset=dict(pipeline=test_pipeline), collate_fn=dict(type='default_collate'), pin_memory=True) +test_dataloader = val_dataloader diff --git a/configs/selfsup/simmim/README.md b/configs/selfsup/simmim/README.md index b1316916..a26ae8d4 100644 --- a/configs/selfsup/simmim/README.md +++ b/configs/selfsup/simmim/README.md @@ -67,10 +67,10 @@ Here, we report the results of the model, and more results will be coming soon.