
Fredrik Sjöstrand
@Fronkan
Followers
45
Following
194
Media
14
Statuses
168
Software engineering, ML and data in general, but python in particular! Blogging at: https://t.co/qp98t3FZoB. Storing code at: https://t.co/3PE8SGJgcR.
Joined March 2013
RT @InsideOfMobile: @yegordb @atKenNelson @deedydas I finally managed to have a first glance at your study and I have a concern which actua….
0
1
0
This could be really fun for generating textures to a game.
Seamless textures with #stablediffusion notebook released! . Different than one yesterday that uses convolutions (this cuts the outside, pastes it on the inside, inpaints the outside, and glues them back making a 100% perfect seam).
0
0
0
Workarounds can be tricky to manage and can easily stay in the code base for way to long. I look at writing workarounds that are easier to manage, keeping the code base cleaner. Examples are in .#python, but mostly applies to all languages.
fronkan.hashnode.dev
Most of you have probably written a workaround for some bug in a web API or a third-party package. If you haven't, trust me, it's just a matter of time. The question then becomes, how can I make sure...
0
0
0
RT @tri_dao: Announcing FlashAttention, a fast and memory-efficient attention algorithm with no approximation! 📣 w/ @realDanFu. By reducin….
0
347
0
I guess I will have to read up on "Grokking". The idea that a machine learning model can generalize well passed it has overfitted seems really powerful.
Read a bit about Grokking recently. Here's some learnings:. "Grokking" is a curious neural net behavior observed ~1 year ago (. Continue optimizing a model long after perfect training accuracy and it suddenly generalizes. Figure:
0
0
2
Thanks for the shout out @ThePracticalDev 😊.
I quite often find myself with stuff in a repository that I don't want to delete or commit. That's where .gitignore comes in. { author: @Fronkan } #DEVCommunity.
0
0
0
It really bothers me, more than it should, to have stuff show up when I do a git status. But what do I do with the stuff I don't want to commit and that doesn't fit in the .gitignore. I add them to my personal .gitignore of course!.#DEVCommunity.
dev.to
I think I might be a bit messy, but maybe so are you? Either way, I quite often find myself with...
0
0
0