π [Fix] Function call bug in get_dataset
Browse files- utils/get_dataset.py +1 -1
utils/get_dataset.py
CHANGED
@@ -81,4 +81,4 @@ if __name__ == "__main__":
|
|
81 |
from tools.log_helper import custom_logger
|
82 |
|
83 |
custom_logger()
|
84 |
-
|
|
|
81 |
from tools.log_helper import custom_logger
|
82 |
|
83 |
custom_logger()
|
84 |
+
prepare_dataset()
|