书栈网 · BookStack 本次搜索耗时 0.060 秒,为您找到 208 个相关结果.
  • Developers Guide

    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...
  • Overview

    Welcome to fastai Installing Learning fastai About fastai Migrating from other libraries Tests Contributing Docker Containers Welcome to fastai fastai simplifies tr...
  • data_block

    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...
  • Troubleshooting

    Troubleshooting Initial Installation Correctly configured NVIDIA drivers libcuda.so.1: cannot open shared object file Do not mix conda-forge packages Can’t install the latest fa...
  • Install

    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...
  • Packaging

    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...
  • Lightning

    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

    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...
  • 00 README

    1652 2021-03-31 《The fastai book》
    The fastai book The fastai book Citations The fastai book 这些notebook包含了对深度学习,fastai ,以及PyTorch 的介绍。fastai是一个用于深度学习的分层API;要了解更多信息,请阅读the fastai paper 论文。本repo的所有内容的版权都属于Jeremy...
  • Presizing

    403 2021-03-31 《The fastai book》
    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...