Mario Lezcano Casado

Results 96 comments of Mario Lezcano Casado

@pytorchbot merge that's a new one...

We should certainly not put them in the main namespace. In Scipy they seem to be under `scipy.signal`, so perhaps we could crate a `torch.signal` module? I wonder whether we...

We want to mimic `scipy` as much as possible, so yeah, a `torch.signal.windows` sounds good to me. When it comes to the C++ implementations vs the Python implementation, the issue...

Reopening this one as ther'es still a few to go.

ATM this branch makes a few test fail, so well worth looking into that.

Sorry, I thought I had left a link. See for example the rendering of `(U, S, Vh)` in the first paragraph of https://pytorch.org/docs/1.8.0/linalg.html?highlight=svd#torch.linalg.svd Interestingly enough, this construction renders correctly in...

Upon further investiagation, the code in 1.7.0 was also ``` ``(U, S, V)`` ```: https://github.com/pytorch/pytorch/blame/006cfebf3dcc4bc0cba344c25243baebaeeefbb7/torch/_torch_docs.py#L8145 so it is not clear to me what's going on here.

Fixed the title. Also, to help testing whether this is fixed, here are two examples of the problem. In: https://pytorch.org/docs/master/generated/torch.bincount.html we have the formula `out[n] += weights[i]` with a non-uniform...