Pull requests made easy One time only setup Setting up access and gh Set up fastcore Set up fastai Creating your PR Post-PR steps Pull requests made easy Making your f...
Welcome to fastai Installing Learning fastai About fastai Migrating from other libraries Tests Contributing Docker Containers Welcome to fastai fastai simplifies tr...
data_block The data block API Examples of use Step 1: Provide inputs class ItemList [source] [test] from_folder [source] [test] from_df [source] [test] from_csv [sourc...
fastai Note for course.fast.ai students Installation Conda Install PyPI Install Bug Fix Install Developer Install Building From Source Installation Issues Is My System Su...
Making a Release Project Release Process Overview One Time Preparation Pre-Release Process Quick Release Process Step-by-step Release Process Backporting release Branch To mast...
Tutorial - Migrating from Lightning Using fastai’s training loop Taking advantage of fastai Data Blocks Tutorial - Migrating from Lightning Incrementally adding fastai g...
gen_doc.nbtest Functional Test Documentation Find tests for any function/class Usage: show_test [source] [test] Different test types Show in notebook inline: doctest [sou...
The fastai book The fastai book Citations The fastai book 这些notebook包含了对深度学习,fastai ,以及PyTorch 的介绍。fastai是一个用于深度学习的分层API;要了解更多信息,请阅读the fastai paper 论文。本repo的所有内容的版权都属于Jeremy...
Presizing Checking and Debugging a DataBlock Presizing We need our images to have the same dimensions, so that they can collate into tensors to be passed to the GPU. We also w...