You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TF vectorized_map requires one more positional argument elems compared to JAX vmap, which stops the running of the helper function _jit_map in test_utils.py. Need a way to fill in this argument and make the code work.
The text was updated successfully, but these errors were encountered:
TF
vectorized_map
requires one more positional argumentelems
compared to JAXvmap
, which stops the running of the helper function_jit_map
intest_utils.py
. Need a way to fill in this argument and make the code work.The text was updated successfully, but these errors were encountered: