-
I run python demo_video_mobile.py ,but got error 'TypeError: Error converting shape to a TensorShape: int() argument must be a string, a bytes-like object or a number, not 'tuple'.'
tensorflow:1.12
…
-
@fynnmaarten I am trying to load a model that i compiled using PyTorch 2.0.0 and it is giving me an error.
How to update the torch version for this plugin ?
-
### 🐛 Describe the bug
Right now, around 1.5k files are grandfathered in as "not UFMT'ed" in the PyTorch codebase. Let's make them all formatted!
To format a file, remove its name from `exclude_…
-
## 🐛 Bug
I can't run FFT operations on Metal.
## To Reproduce
Created a network with just FFT operation:
```python
class FFT(nn.Module):
def __init__(self):
super().__init__()
…
-
hello I have this error when trying the auto segmentation node
Sam2AutoSegmentation
Could not run 'torchvision::nms' with arguments from the 'CUDA' backend. This could be because the operator d…
-
### Checklist
- [X] 1. I have searched related issues but cannot get the expected help.
- [X] 2. The bug has not been fixed in the latest version.
- [X] 3. Please note that if the bug-related issue y…
-
### Checklist
- [x] I have searched related issues but cannot get the expected help.
- [x] 2. I have read the [FAQ documentation](https://github.com/open-mmlab/mmdeploy/tree/main/docs/en/faq.md) but …
-
### Describe the bug
When attempting to utilise my Intel ARC GPU for training on my custom transformer model that utilises pytorch's TransformerEncoder with TransformerEncoderLayer and the nested ten…
-
OS: Windows 11
Package: Anaconda
pytorch_mobile: ^0.2.1
PyTorch : 1.8.1
I'm getting this error when trying to load the model:
>E/PyTorchMobile( 7949): assets/MobileNetV3_2.pt is not a proper …
-
### 🚀 Feature
PyTorch recently released support for GPU acceleration using the Apple Silicon chips. This should be supported in stable-baselines3 by the `"mps"` device (I believe).
### Minimal E…