teddykoker / torchsort

Fast, differentiable sorting and ranking in PyTorch
https://pypi.org/project/torchsort/
Apache License 2.0
767 stars 33 forks source link

Isotonic backward pass in C++ #4

Closed teddykoker closed 3 years ago

teddykoker commented 3 years ago

Currently the backward pass is in Python, (with a for-loop :angry:). This should be rewritten in C++