oguiza / fastai_extensions

Code you can use jointly with fastai

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fastai_extensions

If you are interested in times series and fastai you may want to visit the new time series library tsai. It supports Pytorch 1.7 & fastai v2.

0_data_augmentation_notebook.ipynb

  • Includes a version of ricap and a modified version of cutmix (that fixes a bug in the lambda calculation).
  • It also includes 2 functions to visualize the impact of single-image transforms (show_single_img_tfms) or multi-image transforms (show_multi_img_tfms).
  • To use the code you can either clone the repo, or copy the exp/nb_new_data_augmentation.py code into your code.

About

Code you can use jointly with fastai


Languages

Language:Jupyter Notebook 99.8%Language:Python 0.2%