The annotated PyTorch training loop

idlemachines.co.uk

76 points by smaddrellmander 4 days ago


GL26 - a day ago

PyTorch already does a huge job at keeping DL not verbose. It captures the complexity to allow you to make a whole GPT model with it, running on your GPU, and keep the code readable. Yes, there are a lot of breaking points, but at some point, DL is supposed to be non trivial, it handles math concepts most people don’t understand. That is why Data Scientists have a job ;)

vovavili - a day ago

The host website seems extremely interesting in general. Anyone here used it before?

Synthetic7346 - a day ago

https://idlemachines.co.uk/courses/foundations doesn't render correctly on mobile

brcmthrowaway - 17 hours ago

Does Anthropic/OpenAI use PyTorch to train?