Skip to content

Commit 407eacd

Browse files
committed
Update of README
1 parent 321e107 commit 407eacd

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,15 @@ A `pytorch-toolbelt` is a Python library with a set of bells and whistles for Py
1313
* Every-day common routines (fix/restore random seed, filesystem utils, metrics)
1414
* Fancy losses: Focal, Lovasz, Jaccard and Dice losses, Wing Loss
1515

16+
# Why
17+
18+
Honest answer is "I needed a convenient way to re-use code for my Kaggle career".
19+
During 2018 I achieved a [Kaggle Master](https://www.kaggle.com/bloodaxe) badge and this been a long path.
20+
Very often I found myself re-using most of the old pipelines over and over again.
21+
At some point it crystallized into this repository.
22+
23+
This lib is not meant to replace catalyst / ignite / fast.ai. Instead it's designed to complement them.
24+
1625
# Installation
1726

1827
`pip install pytorch_toolbelt`

0 commit comments

Comments
 (0)