Skip to content

Commit 2938837

Browse files
authored
Merge pull request #1499 from linzhiqiu/master
Update clear_data.py
2 parents deb2b3e + 54511ad commit 2938837

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

avalanche/benchmarks/datasets/clear/clear_data.py

+6-6
Original file line numberDiff line numberDiff line change
@@ -13,33 +13,33 @@
1313
clear10 = [
1414
(
1515
"clear10-train.zip", # name
16-
"https://clear-challenge.s3.us-east-2.amazonaws.com",
16+
"https://huggingface.co/datasets/elvishelvis6/CLEAR-Continual_Learning_Benchmark/resolve/main/",
1717
),
1818
(
1919
"clear10-test.zip", # name
20-
"https://clear-challenge.s3.us-east-2.amazonaws.com",
20+
"https://huggingface.co/datasets/elvishelvis6/CLEAR-Continual_Learning_Benchmark/resolve/main/",
2121
),
2222
]
2323
clear100 = [
2424
(
2525
"clear100-train.zip", # name
26-
"https://clear-challenge.s3.us-east-2.amazonaws.com",
26+
"https://huggingface.co/datasets/elvishelvis6/CLEAR-Continual_Learning_Benchmark/resolve/main/",
2727
),
2828
(
2929
"clear100-test.zip", # name
30-
"https://clear-challenge.s3.us-east-2.amazonaws.com",
30+
"https://huggingface.co/datasets/elvishelvis6/CLEAR-Continual_Learning_Benchmark/resolve/main/",
3131
),
3232
]
3333
clear10_neurips2021 = [
3434
(
3535
"clear10-public.zip", # name
36-
"https://clear-challenge.s3.us-east-2.amazonaws.com",
36+
"https://huggingface.co/datasets/elvishelvis6/CLEAR-Continual_Learning_Benchmark/resolve/main/",
3737
)
3838
]
3939
clear100_cvpr2022 = [
4040
(
4141
"clear100-workshop-avalanche.zip", # name
42-
"https://clear-challenge.s3.us-east-2.amazonaws.com",
42+
"https://huggingface.co/datasets/elvishelvis6/CLEAR-Continual_Learning_Benchmark/resolve/main/",
4343
)
4444
]
4545

0 commit comments

Comments
 (0)