A couple features in Arc I would like to see coome to this, but it runs on Linux so I am dailying it on my real computer. So far it has been great and a couple KDE tweaks even made PiP work fantastic.
A couple features in Arc I would like to see coome to this, but it runs on Linux so I am dailying it on my real computer. So far it has been great and a couple KDE tweaks even made PiP work fantastic.
So far I have only really scratch built backprop. And had severe performance problems with Burn trying to do something it probably wasn’t built to do. Once I get further in makemore I should have a better idea.
Been working through Andrej Karpathy’s ML lectures in Rust. The backprop one went pretty well, but I had to learn how to do type indirection and interior mutabilty because of the backprop graph structure. I’m now on the makemore lecture, but having a lot of trouble building the bi-gram model in Burn (the rust native ML framework), because it seems like directly incrementing the tensor values is insanely slow. His example that takes like 10 seconds to run in Python takes two and a half minutes in Rust with Burn, so trying to figure out how to optimize or speed that up.
I just set it so it never grabs focus and remembers its location. That was when I click to another tab the PiP window doesn’t take over focus from the browser.