Skip to content

SergioHC95/debug_exercise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Coding Exercise

Your task is to understand, explain, and debug a minimal Python module in this repository.

Requirements

  • 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.

Setup

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 .

Run

python3 -m debug_exercise --epochs 50 --lr 0.1

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages