Spaces:
Runtime error
Runtime error
kundaja-green
commited on
Commit
·
f5d8bca
1
Parent(s):
5918ee0
Fix: Correct paths in dataset TOML file
Browse files
dataset/huggingfacetoml.toml
CHANGED
@@ -6,10 +6,10 @@ enable_bucket = true
|
|
6 |
bucket_no_upscale = false
|
7 |
|
8 |
[[datasets]]
|
9 |
-
# CORRECTED:
|
10 |
-
image_directory = "ebPhotos-001"
|
11 |
|
12 |
-
# CORRECTED:
|
13 |
cache_directory = "/data/cache_directory"
|
14 |
|
15 |
num_repeats = 1
|
|
|
6 |
bucket_no_upscale = false
|
7 |
|
8 |
[[datasets]]
|
9 |
+
# CORRECTED: Use the full, absolute path inside the container
|
10 |
+
image_directory = "/code/dataset/ebPhotos-001"
|
11 |
|
12 |
+
# CORRECTED: Use the full, absolute path for the cache
|
13 |
cache_directory = "/data/cache_directory"
|
14 |
|
15 |
num_repeats = 1
|