- Upgraded PyTorch to version >2.2.0 due to a security vulnerability. - Changed the ruff command from `poetry run ruff .` to `poetry run ruff check .` . - Ignore the ruff rule PLR0912.
0.1.0
Not secure
- 19: Best epoch message at the end of the training loop - 17: Add `evaluate` method to the `VisionClassifier` class