New article on #python decorators is out! Specifically this shows you how decorators are written, what they do, and the power you can do with them. I even show an example of when you'd use the strange "nonlocal" 1/3
https://t.co/F1K1Gn4b0S
I was happy to make a contribution of a new #cheatsheet in support of @RStudio ✨
The below cheatsheet covers the use of #Git and #GitHub in #RStudio.
Many high quality cheatsheets on #R topics have been generously contributed by R users and are available below (1/3)🔗
#rstats
nvt op Tuesday! ✨
How do you deal with variables that have a lot of categories?
Before we look at solutions unique to RecSys, let's analyze how this is handled by large language models.
New project 📢
We show how to deploy a deep learning model with Docker + Kubernetes + GitHub Actions. We show this with two promising candidates - FastAPI (for REST) and TF Serving (for gRPC).
1/
So excited to share what I've been working on this past month.
Not enough RAM to load the model? No problem.
Not enough GPU RAM to host the model? No problem.
As long as it fits on your hard drive, we'll make it run.
I probably should have written this years ago, but here are some MLOps principles I think every ML platform (codebase, data management platform) should have: 1/n
It takes two minutes to integrate torch.nn.Transformer into a model. So why did I spend my Friday evening coding a visual transformer (ViT) from scratch? Sometimes you have to go slow to go fast 🧵1/