Lots more tips (including the one below) are mentioned here:https://t.co/OjZcOuA2zC https://t.co/arwA8BnMal
— Jeremy Howard (@jeremyphoward) September 20, 2020
Lots more tips (including the one below) are mentioned here:https://t.co/OjZcOuA2zC https://t.co/arwA8BnMal
— Jeremy Howard (@jeremyphoward) September 20, 2020
Fancy hidden feature in colab!
— Jeremy Howard (@jeremyphoward) September 19, 2020
`%load_ext https://t.co/IbmyhaG1f9_table` pic.twitter.com/9S414wi6ly
Have you ever wondered why the recommended approach to store a model in @PyTorch is to save the state dict rather than the model itself? Here is an illustration of the rationale behind one of the more undervalued and underobserved PyTorch best practices:https://t.co/pbA28x6Vc9 pic.twitter.com/DCLNgWOAYe
— Thomas Viehmann (@ThomasViehmann) September 11, 2020
Want a free superpower? Here you go:
— Chris Albon (@chrisalbon) September 10, 2020
When speaking to someone (e.g. coworker, boss, client) *consciously* take a mental step back and ask yourself what pieces of information are they actually trying to convey to you?
I just created a little @GitHub action to make it easy to use conda in your workflows.
— Jeremy Howard (@jeremyphoward) August 30, 2020
Just add `uses: fastai/workflows/conda-env@master` to your job to activate your conda env in it. (h/t @HamelHusain for patiently answering my many dumb questions.)https://t.co/1cUZG128FJ pic.twitter.com/NnIreJ1jLy
what to talk about in 1:1s
— 🔎Julia Evans🔍 (@b0rk) August 30, 2020
(permalink: https://t.co/BzuyBWgG1s) pic.twitter.com/nUzBRphu1b
Do you have a friend that doesn't have #rstats, but wants to run your code, and does have #docker?
— Rasmus Bååth (@rabaath) August 30, 2020
Here's a docker one-liner that runs my_script.R 😊
docker run --rm \
-v $(pwd):/tmp/working_dir \
-w /tmp/working_dir \
rocker/tidyverse:latest \
Rscript my_script.R pic.twitter.com/RTxsEpudyz
thanks everyone, I was luckily able to find a snapshot in the .ipynb_checkpoints/ folder. You know that annoying thing you always add to the top of your .gitignore? turns out it can actually be useful :)
— Andrej Karpathy (@karpathy) August 30, 2020
good quick tutorial on optimizing your PyTorch code ⏲️: https://t.co/7CIDWfrI0J
— Andrej Karpathy (@karpathy) August 30, 2020
quick summary: pic.twitter.com/6J1SJcWJsl
Some great advice from @visnut https://t.co/P3jp1zxvYf
— Rob J Hyndman (@robjhyndman) August 28, 2020
and Shift-M to do the opposite (merge cells) https://t.co/DD6uIltqQ0
— Jeremy Howard (@jeremyphoward) August 27, 2020
This is straight up Jupyter notebook mixed mode blackmagic. https://t.co/BitN4wW6ee pic.twitter.com/LRmnMeJzO4
— Delip Rao (@deliprao) August 26, 2020