-
I would like some clarity on this:
https://github.com/pytorch/pytorch/issues/130359
it appears that Cutlass does not support row-wise scaling on Ada Lovelace cards....
Is there a time-table to get …
-
## 🚀 Feature
`tensordot` use name to specify which rank to contract
## Motivation
when tensor rank is high, `tensordot`(contract) is not easy to specify the contract rank
## Pitch
eg: the…
-
Model: basic_gnn_gcn
`Failed to convert the exported program to an ONNX model. [96mThis is step 2/2[0m of exporting the model to ONNX. Next steps:- If there is a missing ONNX function implement it …
-
### 🐛 Describe the bug
I'm compiling a graph multiple times using inductor. I find it inplace modify the graph, and one of the graph's output changes from tensor to list of tensor.
example code:
…
-
I get the following error when trying to run the app_sadtalker.py:
`ModuleNotFoundError: No module named 'torchvision.transforms.functional_tensor'`
Any ideas? torch, torchvision and torchaudio …
mlvps updated
5 months ago
-
(pyg) ubuntu@ubuntu:/mnt/disk/hzy/pyg/HaPPy$ python train.py
loading data
start training
epoch: 0 i 0 loss: 48.30012893676758
Traceback (most recent call last):
File "train.py", line 326, in…
-
Traceback (most recent call last):
File "E:\SOFT\GFPGAN\GFPGAN\inference_gfpgan.py", line 7, in
from basicsr.utils import imwrite
File "C:\Users\MKN\anaconda3\Lib\site-packages\basicsr\__i…
-
Cannot import E:\ComfyUI_windows_portable\ComfyUI\custom_nodes\Diffusion360_ComfyUI module for custom nodes: No module named 'torchvision.transforms.functional_tensor'
E:\ComfyUI_windows_portable\Com…
-
## 🐛 Bug
Assigning a tensor to a view of another tensor (for insertion) fails because it implicitly calls tensor.view() which is not supported. This is so very basic functionality though so I would…
-
I have an issue when using `tfjs-replicate-layers-model` and working on multiple threads. The process follows this logic:
In the main process, I load an existing model and replicate it using `tfjs-…