Closed JuanFMontesinos closed 2 months ago
Hello @JuanFMontesinos, I don't see how this is related to optax. Maybe you meant to post an issue in JAX or FLAX channels?
Hi @vroulet Indeed, my bad. The exporter is Orbax's and I think my brain just switched to optax. Thanks for noticing!
Hi, I was trying to conver a model to tflite for deploying. I'm doing this in a two-stage process, first converting jax to TF's SavedModel and then to tflite as follows:
When converting the model from tf to tflite, I get the following error:
that comes from this forward function
Do you have any clue why a simple transposition would fail?
Thanks Juan