-
Hello! I want to preface by saying I found this work very inspirational. I really like the idea of transferring the style of real Pokemon to a latent variable. I have plans to explore some extensions …
-
**Describe the bug**
This crash happens consistently segmenting specific 3D images in a folder with cellpose 3.1.0 . The 3d segmentation of the exact same image works fine with the GUI using same set…
-
### Issue Description
Many normalizing flows require the use of transpositions during the flow, allowing different transformations to operate on different dimensions. Since transpositions don't chang…
-
There is a _bug_ when transforming the **contravariant indices** of a tensor to **covariant indices** _for tensors of rank **higher than 2**_.
It seems that when transforming the tensor, the resultan…
-
Changing several core elements of array manipulations allows writing clean and reliable code AND resolves many conflicts.
[Einops](https://github.com/arogozhnikov/einops) is a minimalist notation f…
-
Hi there,
I am reading through some of the documentation and the section `FEValues` was not so straightforward to read for somebody coming from a background where tensors are not common. I think m…
-
Hello,
I am fixing code for my own functionality and have some questions about **wargroup_wait** called in **mma** function of **sm90_mma_tma_gmma_x_warpspecialized_x.hpp** files. Why do below files…
-
Attached is a zipped version of **a correction to GAlgebra's matrix() method.ipynb** , a Jupyter notebook; the zip file also contains Alan Bromborsky's **gprinter.py**, which I use in the notebook to …
-
## Issue description
Transpose operation is a non-view operation for non-strided tensors (see [COO transpose implementation](https://github.com/pytorch/pytorch/blob/c50c77b444812d6f28bb7a9071ca0eb6…
pearu updated
2 years ago
-
The requirements for contiguous tensors seem to be too strict with R3. Actually, cudnn supports operations on non-contiguous data well; there are just some constraints, typically that input and gradIn…