Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 492 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 492 Bytes

FastaiPlayground

All notebook for FastAI learning purposes.

  • Quick Tour of Data Augmentation

    • Setting up our simple template image
    • Taking a quick look at fastai's default data augmentation
    • Configuring your own transforms
    • How to add a new affine and pixel tranform not available in fastai (examples: rot90, shear, and blur)
  • Data Block API

    • Some example use of Fastai Data Block API
  • Using Fastai Data Block API together with PyTorch and Keras Training

    • TBD