Open frostedoyster opened 6 months ago
You have static
and params
the wrong way around.
(Caveat: I've not tried running the code, this was just what jumped out at me.)
Indeed, that was the issue! Thanks a lot for the reply and for the library!
Hi everyone, thanks for the great library and apologies in advance for this basic question. I'm trying to find the true minimum of a small neural network, and I thought of using a solver from
optimistix
together with anequinox
model. However, I haven't been able to make the two work together.Here is a minimal snippet which fails:
I'm getting
TypeError: Cannot determine dtype of <PjitFunction of <function silu at 0x742fde959300>>
.What am I doing wrong? Thank you in advance.