ShirleyChai730
Results
2
comments of
ShirleyChai730
TypeError: where() got some positional-only arguments passed as keyword arguments: 'condition, x, y'
Hi, I had the same issue, have you resolved it?
TypeError: where() got some positional-only arguments passed as keyword arguments: 'condition, x, y'
> Hi @ShirleyChai730 This is probably due to an update of the jax library. I explicitly installed jax and jaxlib version 0.4.20 and it works fine in my local. Thanks...