Abstract tracer value encountered where concrete value is expected #12644
Unanswered
snat1505027
asked this question in
Q&A
Replies: 0 comments
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to get the embedding of image
x
which will be masked using the tensormask
. So the indexes in whichmask
contains nonzero entries, the values of those indices in thex
will be replaced by zero. But when I call the function I get the following error at this linemidx = jnp.unique(jnp.stack([jnp.where(mseq)[:,0], jnp.where(mseq)[:,1]], -1), axis=0)
:Beta Was this translation helpful? Give feedback.
All reactions