top | item 24843306

(no title)

datanecdote | 5 years ago

It is true that Jax cannot differentiate through C code. But it can differentiate through python code that was written to accept Numpy.

discuss

order

krastanov|5 years ago

Indeed, but "python code written to accept numpy" is a pretty restrictive subset (comparatively; I do still enjoy using python). It does not even cover most of scipy, let alone the domain specific libraries, which frequently end up using cython or C for their tightest loops.