File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,15 @@ A `pytorch-toolbelt` is a Python library with a set of bells and whistles for Py
13
13
* Every-day common routines (fix/restore random seed, filesystem utils, metrics)
14
14
* Fancy losses: Focal, Lovasz, Jaccard and Dice losses, Wing Loss
15
15
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
+
16
25
# Installation
17
26
18
27
` pip install pytorch_toolbelt `
You can’t perform that action at this time.
0 commit comments