Ramansh Sharma

Results 14 comments of Ramansh Sharma

Haha, I hope it becomes clear soon :)

Ahh, I see. I had that too, and then I removed it when I tried your suggestion. I'm quite glad vim-oscyank works with Kitty now. It'd be helpful to put...

Yes, I think so. Thank you again for your help.

Code ```python import haiku as hk import numpy as np import jax import jax.numpy as jnp def forward(input_): # hk.set_state("some_state_val", 2) # line that causes the problem def func(i, x):...