Datasets:
Size:
10K<n<100K
License:
Fix data_files
Browse files- nhentai.py +0 -5
nhentai.py
CHANGED
@@ -82,11 +82,6 @@ class Nhentai(imagefolder.ImageFolder):
|
|
82 |
NhentaiConfig(
|
83 |
name="nhentai",
|
84 |
description="Default configuration for nhentai dataset",
|
85 |
-
data_files=DataFilesDict.from_patterns(
|
86 |
-
train="**/*.cbz",
|
87 |
-
validation="**/*.cbz",
|
88 |
-
test="**/*.cbz"
|
89 |
-
)
|
90 |
)
|
91 |
]
|
92 |
DEFAULT_CONFIG_NAME = "nhentai"
|
|
|
82 |
NhentaiConfig(
|
83 |
name="nhentai",
|
84 |
description="Default configuration for nhentai dataset",
|
|
|
|
|
|
|
|
|
|
|
85 |
)
|
86 |
]
|
87 |
DEFAULT_CONFIG_NAME = "nhentai"
|