Refactor/cleanup

This commit is contained in:
alexiondev
2026-05-08 17:18:58 -04:00
parent 799aa9fa3d
commit 1b904e04ea
18 changed files with 214 additions and 357 deletions

View File

@@ -18,7 +18,8 @@
"Bash(.venv/bin/python -m src.models.evaluate)",
"Bash(.venv/bin/python -m src.models.evaluate --backbone resnet34 --model_path models/best_resnet34_model.pth)",
"Bash(.venv/bin/python identify.py test_image2.jpg --backbone resnet34 --model_path models/best_resnet34_model.pth)",
"Bash(.venv/bin/python src/models/regression_model.py)"
"Bash(.venv/bin/python src/models/regression_model.py)",
"Bash(xargs cat -n)"
]
}
}