Update prostate158.py
Browse files- prostate158.py +1 -1
prostate158.py
CHANGED
|
@@ -55,7 +55,7 @@ class Prostate158Dataset(datasets.GeneratorBasedBuilder):
|
|
| 55 |
# It can accept any type or nested list/dict and will give back the same structure with the url replaced with path to local files.
|
| 56 |
# By default the archives will be extracted and a path to a cached folder where they are extracted is returned instead of the archive
|
| 57 |
|
| 58 |
-
downloaded_files = dl_manager.
|
| 59 |
|
| 60 |
return [
|
| 61 |
datasets.SplitGenerator(
|
|
|
|
| 55 |
# It can accept any type or nested list/dict and will give back the same structure with the url replaced with path to local files.
|
| 56 |
# By default the archives will be extracted and a path to a cached folder where they are extracted is returned instead of the archive
|
| 57 |
|
| 58 |
+
downloaded_files = dl_manager.download_and_extract("data.zip")
|
| 59 |
|
| 60 |
return [
|
| 61 |
datasets.SplitGenerator(
|