Classifier class pb with JAX using a Python class #9382
Unanswered
jecampagne
asked this question in
Q&A
Replies: 1 comment 3 replies
-
The "integer value" error from
Note the first two values are integers. Either don't pass them as part of The issue about "not a valid JAX value" is because of the
This requires that the class is immutable and has a well-defined Hope that helps! |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I face a number of problems with a quite simple classifier application that I would like to code in JAX to show to some students...
It yields
if I switch off the @jit decorator then I get an error according to "interger" in value_and_grad, but my X, y and params are floats...
Now, everthing is ok is I don not use a python class at all... Is someone can help?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions