From 60c5c07d21334f72c83a17dbef3ea62835b1dae0 Mon Sep 17 00:00:00 2001 From: Eunhae Lee Date: Mon, 4 Dec 2023 22:07:53 -0500 Subject: [PATCH] Update clear_data.py Download URL for clear10 and clear100 were updated as they were incorrect --- avalanche/benchmarks/datasets/clear/clear_data.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/avalanche/benchmarks/datasets/clear/clear_data.py b/avalanche/benchmarks/datasets/clear/clear_data.py index 137051d48..19c3267a2 100644 --- a/avalanche/benchmarks/datasets/clear/clear_data.py +++ b/avalanche/benchmarks/datasets/clear/clear_data.py @@ -13,21 +13,21 @@ clear10 = [ ( "clear10-train.zip", # name - "https://huggingface.co/datasets/elvishelvis6/CLEAR-Continual_Learning_Benchmark/resolve/main/", + "https://huggingface.co/datasets/elvishelvis6/CLEAR-Continual_Learning_Benchmark/resolve/main/clear10-train.zip", ), ( "clear10-test.zip", # name - "https://huggingface.co/datasets/elvishelvis6/CLEAR-Continual_Learning_Benchmark/resolve/main/", + "https://huggingface.co/datasets/elvishelvis6/CLEAR-Continual_Learning_Benchmark/resolve/main/clear10-test.zip", ), ] clear100 = [ ( "clear100-train.zip", # name - "https://huggingface.co/datasets/elvishelvis6/CLEAR-Continual_Learning_Benchmark/resolve/main/", + "https://huggingface.co/datasets/elvishelvis6/CLEAR-Continual_Learning_Benchmark/resolve/main/clear100-train.zip", ), ( "clear100-test.zip", # name - "https://huggingface.co/datasets/elvishelvis6/CLEAR-Continual_Learning_Benchmark/resolve/main/", + "https://huggingface.co/datasets/elvishelvis6/CLEAR-Continual_Learning_Benchmark/resolve/main/clear100-test.zip", ), ] clear10_neurips2021 = [