We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90f5c4d commit 2434bd1Copy full SHA for 2434bd1
1 file changed
framework/data_utils.py
@@ -79,8 +79,8 @@ def load_cifar10_data():
79
if not dataset_path.exists():
80
raise FileNotFoundError(
81
f"Processed dataset not found at {dataset_path}. "
82
- "Please run:"
83
- "uv run python -m scripts.data_download"
+ "Please run:\n"
+ "uv run python -m scripts.data_download\n"
84
"uv run python -m scripts.data_process"
85
)
86
0 commit comments