Working Notes: a commonplace notebook for recording & exploring ideas.
Home. Site Map. Subscribe. More at expLog. Kunal

Assignments

Assignment 1

This is exciting.

Assignment 0

I don't want to do any of this in a pure notebook interface, so I'm exploring if I can use my personal laptop with a tiny gpu, runpod or something else to do the homework: so far using my laptop seems to be sufficient.

Set up:

git remote add hw0 git@github.com:dlsyscourse/hw0.git
git subtree add --prefix=hw0 hw0 main --squash
uv pip install numpy jupyter pybind11 numdifftools mugrade pytest
uv pip install --upgrade --no-deps git+https://github.com/dlsyscourse/mugrade.git

Followups