Replies: 1 comment 5 replies
-
(I converted your issue to a discussion, because a discussion seemed more appropriate.) Yes, this is working as intended. Inside a There are a number of solutions to this problem: You mentioned that you had tried this and it was too slow. It may be worth looking into this. Can you say more about the performance differences and possibly share a reproduction? Perhaps there's something we should look into here. b) you could plumb the values you want to save as extra outputs from the c) there's new, experimental It's specifically intended for making logging and debugging easier. Does this answer your question? |
Beta Was this translation helpful? Give feedback.
-
Opening a new issue for my comment in #712
I need to save my tensor inside a jitted function. jax.numpy.save behaves the same as numpy.save and throws a conversion error (it's trying to convert to onp.ndarray) "The numpy.ndarray conversion method array() was called on the JAX Tracer object". Is there an alternative or solution to save tensors?
Beta Was this translation helpful? Give feedback.
All reactions