Fastai_v1, adding features

Is there a plan to add CoordConv networks to fast.ai?

According to the authors:

“CoordConv models have 10-100 times fewer parameters, train in seconds rather than over an hour (150 times faster) as needed for the best-performing standard CNNs.”

Sample Pytorch implementation:

Paper:
https://arxiv.org/pdf/1807.03247.pdf
Blog
https://eng.uber.com/coordconv/
Translation invariance experiment

2 Likes