Skip to content

Commit

Permalink
Merge pull request #1545 from viajeraune/master
Browse files Browse the repository at this point in the history
Update clear_data.py
  • Loading branch information
AntonioCarta committed Dec 7, 2023
2 parents 12f37f8 + 60c5c07 commit afebe34
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions avalanche/benchmarks/datasets/clear/clear_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit afebe34

Please sign in to comment.