How to handle JAX reshape with JIT

前端 未结 0 1295
攒了一身酷
攒了一身酷 2020-12-30 17:15

I am trying to implement entmax-alpha as is described in here.

Here is the code.

import jax
import jax.numpy as jnp
from jax import custom_jvp
from jax         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题