Priya Nagda

Results 38 comments of Priya Nagda

hey @takagi! Would love to start contributing. I do have experience with python so I believe I can take up this issue. Is there any guide to get started or...

Hi, please excuse my negligence, but I am confused about how would you pass the `identity` variable to the `create_reduction_func`. For all previous implementations, I have seen, it only has...

> * Change the reduction kernel to take `identity` at runtime I was already working on this, however, if you suggest the second option, I will go with that. >...

So I was working on this, and I started off with `interpolated_inverted_cdf`. I added the basic indices math needed and it passed most the tests, but I keep getting `nan...

@takagi commit - https://github.com/cupy/cupy/compare/master...pri1311:cupy:interpolation Branch - https://github.com/pri1311/cupy/tree/interpolation Weird thing though: When I changed the shape of the array from `a = testing.shaped_random((10, 2, 3, 2), xp, dtype) ap = a.copy()`...

I would like to give LeViT a try, if someone else is not already working on it.

Hi, this issue seems like a good place to start contributing. ``` function convolution(kernel_size, inplanes, outplanes, batchNorm; kwargs...) if batchNorm return basic_conv_bn(kernel_size, inplanes, outplanes; kwargs...) else return Conv(kernel_size, inplanes =>...

Hi team, I was looking into implementing `cupy.emath.*` and I believe the implementation is pretty simple. And since all our functions `sqrt`, `log`, etc are implemented using ufunc and already...

Could give implementing the 6th order method a try.

Hi, is there a way to check that the math I'm adding renders correctly?