top | item 44277357

(no title)

eapriv | 8 months ago

I find it hilarious that “from scratch” now somehow means “in PyTorch”.

discuss

order

monsieurbanana|8 months ago

If any "from scratch" post doesn't start with linking to a Primitive Technology video, I'm closing the tab

mkoubaa|8 months ago

Unless the author was raised by chimps I'm out

mardifoufs|8 months ago

Pytorch is a pretty basic building block when you get to some degree of model complexity. It wouldn't really be interesting to implement autograd or some other things pytorch provides imo when the goal is to show a reimplantation of something as "higher" level as SD. It's similar to how I don't mind it when someone doesn't reimplement an OS, or a JavaScript engine when writing a web app from scratch.

And there's been a recent surge in abstractions over pytorch, and even standalone packages for models that you are just expected to import and use as an API (which are very useful, don't get me wrong!). So it's nice to see an implementation that doesn't have 10 different dependencies that each abstract over something pytorch does.

eapriv|8 months ago

> It wouldn't really be interesting

Andrej Karpathy did exactly that, and I think it’s quite interesting.

chairmansteve|8 months ago

Yeah. Should have done it in assembly.