Patrick Pei
Results
1
issues of
Patrick Pei
Thanks for the work on this! Here's an example: ```python import jax.numpy as jnp from fast_soft_sort.jax_ops import soft_rank from jax import grad, jit @jit def f1(x): x = x.reshape(1, 3)...