Change DL Url
Browse filesAs suggested in https://github.com/huggingface/datasets-server/issues/942#issuecomment-1471972194
fashion_mnist_corrupted.py
CHANGED
@@ -39,7 +39,7 @@ else:
|
|
39 |
raise ValueError("Unsupported version.")
|
40 |
|
41 |
_URL = (
|
42 |
-
f"https://
|
43 |
)
|
44 |
|
45 |
_URLS = {
|
|
|
39 |
raise ValueError("Unsupported version.")
|
40 |
|
41 |
_URL = (
|
42 |
+
f"https://raw.githubusercontent.com/testingautomated-usi/fashion-mnist-c/{tag}/generated/npy/"
|
43 |
)
|
44 |
|
45 |
_URLS = {
|