|
|
|
|
|
by ya3r
2310 days ago
|
|
I really like the fastai abstractions and their attention to detail. Also their callbacks are amazing. I always look at their implementations for inspiration. But my main issue with it is the code formatting (https://docs.fast.ai/dev/style.html#layout).
Maybe I am too used to PEP-8 and black (https://github.com/psf/black) formatted code, but honestly I cannot stand the code format. |
|
The others all are un-pythonic and make the code more unreadable.