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
seqio advertises its compatibility with JAX and PyTorch in the README. However, the only docs I have found use tf.Tensors as inputs and outputs for Pre- and Postprocessors. How does one create a Preprocessor that operates on jax.Arrays, np.ndarrays, or anything else?
The text was updated successfully, but these errors were encountered:
seqio advertises its compatibility with JAX and PyTorch in the README. However, the only docs I have found use
tf.Tensor
s as inputs and outputs for Pre- and Postprocessors. How does one create a Preprocessor that operates onjax.Array
s,np.ndarray
s, or anything else?The text was updated successfully, but these errors were encountered: