The Software: PyTorch, fastai, and Jupyter The Software: PyTorch, fastai, and Jupyter (And Why It Doesn’t Matter) We’ve completed hundreds of machine learning projects using d...
Going Deeper into fastai’s Layered API Transforms Writing Your Own Transform Pipeline Going Deeper into fastai’s Layered API The fastai library is built on a layered API. In...
Understanding fastai’s Applications: Wrap Up Understanding fastai’s Applications: Wrap Up Congratulations—you’ve completed all of the chapters in this book that cover the key p...
Data Munging with fastai’s Mid-Level API In [ ]: #hide ! pip install - Uqq fastbook import fastbook fastbook . setup_book () In [ ]: #hide from fastbook import ...
Notes For Developers Things to Run After git clone after-git-clone #1: a mandatory notebook strip out after-git-clone #2: automatically updating doc notebooks to be trusted on git...
Notes For Developers Development Editable Install Editable Install Explained Switching Conda Environments in Jupyter Some useful oneliners Notes For Developers Developmen...
git Notes How to Make a Pull Request (PR) Helper Program Step 1. Start With a Synced Fork Checkout 1a. First time 1b. Subsequent times Step 2. Create a Branch Step 3. Prepare ...