Your task is to understand, explain, and debug a minimal Python module in this repository.
- Clone the repo, create a feature branch, commit your fix(es), and push your branch.
- Use the CLI to run the program and debug as needed.
git clone <REPO_URL>
cd debug_exercise
python3 -m venv .venv
source .venv/bin/activate # macOS/Linux
# .\.venv\Scripts\activate # Windows PowerShell
# pip install -U pip # only if pip < 21.3
pip install -e .python3 -m debug_exercise --epochs 50 --lr 0.1