|
|
|
|
|
by joshuamorton
3210 days ago
|
|
As I'll often say to these comments, then you're doing things wrong. Numpy code can be written to never leave the numpy sandbox, and at that point it should be as fast or faster than naive c++ (because you'll be getting SSE and stuff for free). There's a reason almost all deep learning is done in python. |
|
Numba choked on the code by the way and crashed unless views were removed. And then it produced much worse performance.