Spaces:
Running
Running
Joshua Lochner
commited on
Commit
·
8fc746d
1
Parent(s):
de9c264
Revert evaluation script to use `processed_file` by default
Browse files- src/evaluate.py +1 -1
src/evaluate.py
CHANGED
@@ -137,7 +137,7 @@ def main():
|
|
137 |
|
138 |
# Load labelled data:
|
139 |
final_path = os.path.join(
|
140 |
-
dataset_args.data_dir, dataset_args.
|
141 |
|
142 |
if not os.path.exists(final_path):
|
143 |
print('ERROR: Processed database not found.',
|
|
|
137 |
|
138 |
# Load labelled data:
|
139 |
final_path = os.path.join(
|
140 |
+
dataset_args.data_dir, dataset_args.processed_file)
|
141 |
|
142 |
if not os.path.exists(final_path):
|
143 |
print('ERROR: Processed database not found.',
|