minimaxir/stylecloud

More algorithmically-efficient gradient generator

minimaxir opened this issue · 1 comments

Current implementation is O(n^2). There really should be a O(n) implementation with numpy (calculate gradient vector once, multiply by n) but the data formats for everything involved are fickle.

Fixed in 0b3047f which uses numpy abuse.