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...
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...
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...
Data Munging with fastai’s Mid-Level API In [ ]: #hide ! pip install - Uqq fastbook import fastbook fastbook . setup_book () In [ ]: #hide from fastbook import ...
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 ...
git Notes How to Make a Pull Request (PR) Step 1. Start With a Synced Fork Checkout 1a. First time 1b. Subsequent times Step 2. Create a Branch Step 6. Push Your Changes Step ...
Tutorial - Migrating from Lightning Using fastai’s training loop Taking advantage of fastai Data Blocks Tutorial - Migrating from Lightning Incrementally adding fastai g...
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...