With cloudinit and the hetzner API it's fully automated for us! π
@jeremyphoward
-
Stop Fabricating AI Stories for Outrage Engagement
By
–
please stop making up shit that didn't happen to get outrage clicks
-
Building Intuition Through Targeted ML Experiments Over Sweeps
By
–
For training experiments I try to avoid sweeps of all kinds. Instead I aim to build a strong intuition by running targeted experiments one at a time.
-
Python FastAI Framework for GPU-Accelerated Machine Learning
By
–
Oh I just use python/fastai. This can help too: https://
fastgpu.fast.ai -
Security Script for New Machine Provisioning
By
–
I wrote a script which sets up security and stuff for newly provisioned machines if anyone is interested:
-
Foundational Skills: Lifetime Investment in Learning
By
–
OTOH it's foundational skills you learn just once, and can then re-use for the rest of your life. I put in the time to learn them 30 years ago, and it's still paying off every day today. π
-
Think Python book resource for learning programming
By
–
And this book too https://
allendowney.github.io/ThinkPython/ -
Fast.ai Course Platform Built Entirely on Jupyter Notebooks
By
–
And the whole of http://
course.fast.ai is notebooks. -
Graph Breaks in AI Training: Python Runtime Considerations
By
–
Graph breaks are a fact of life, and that's fine. You can't really expect your entire end to end training to never touch the python runtime. It doesn't mean that you should try to somehow reinvent Python compilation from scratch however.