Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/oguiza/fastai_extensions

Code you can use jointly with fastai
https://github.com/oguiza/fastai_extensions

Last synced: 7 days ago
JSON representation

Code you can use jointly with fastai

Awesome Lists containing this project

README

        

# fastai_extensions

## If you are interested in times series and fastai you may want to visit the new time series library [`tsai`](https://github.com/timeseriesAI/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.