Spaces:
Runtime error
Runtime error
Commit ·
2071324
1
Parent(s): 2450123
up date trainer.py
Browse files- trainer.py +1 -1
trainer.py
CHANGED
|
@@ -19,7 +19,7 @@ IMAGE_SIZE = (150, 150)
|
|
| 19 |
|
| 20 |
|
| 21 |
def load_data():
|
| 22 |
-
DIRECTORY = "
|
| 23 |
CATEGORY = ["seg_train", "seg_test"]
|
| 24 |
output = []
|
| 25 |
for category in CATEGORY:
|
|
|
|
| 19 |
|
| 20 |
|
| 21 |
def load_data():
|
| 22 |
+
DIRECTORY = "/imgdataset"
|
| 23 |
CATEGORY = ["seg_train", "seg_test"]
|
| 24 |
output = []
|
| 25 |
for category in CATEGORY:
|