Basis jit-compile #302
BalzaniEdoardo
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Basis currently support pynapple objects when computing features, but that makes the basis not JAX jit compilable.
If we wish to use the basis transformation as part of a loss function, it would be nice to enable jit compilation at the cost of loosing pynapple support.
Something like this:
And in the basis, we can have a property setter that does the following
Beta Was this translation helpful? Give feedback.
All reactions