-
## 🐛 Bug
The bug takes place when TorchScript scripting is used from eager Python code. ATen::to in resulting TorchScript code has one extra parameter `None`. Then `C++` cannot deal with it
## To …
-
I am getting this error when trying to train with multiple gpus:
File ./lib/python3.7/site-packages/torch/nn/parallel/replicate.py", line 71, in _broadcast_coalesced_reshape
NotImplementedError: Co…
-
### 🐛 Describe the bug
when I use ` USE_CPP_CODE_COVERAGE=ON BUILD_TEST=ON CMAKE_BUILD_TYPE=Debug CMAKE_RULE_MESSAGES=ON CC=clang CXX=clang++ python setup.py develop` to compile pytorch, I couldn't …
xuesu updated
1 month ago
-
**Describe the bug**
There was only one original test image, but the two images were stitched together in the visualization results and had different results._原始的测试图片只有一张,但在可视化结果中两张图片拼接在了一起,并有不同的结果。_…
-
Hi there!
I have converted d2go/models/250430934/model_0389999.pth keypoint model with YAML d2go/main/configs/keypoint_rcnn_fbnetv3a_dsmask_C4.yaml by writing the following code :
```
def pre…
-
### Prerequisite
- [X] I have searched [Issues](https://github.com/open-compass/opencompass/issues/) and [Discussions](https://github.com/open-compass/opencompass/discussions) but cannot get the expe…
-
### Search before asking
- [X] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussion…
-
### 🐛 Describe the bug
``Hello!
I've built latest pytorch from sources with `BUILD_MOBILE_AUTOGRAD : ON` on ios. However, when I'm trying to reproduce the easiest autograd example, I get an error.
…
-
### 🐛 Describe the bug
```python
>>> from torchcodec.decoders import SimpleVideoDecoder
>>> decoder = SimpleVideoDecoder("video.mp4")
Traceback (most recent call last):
File "", line 1, in
…
-
### 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 iss…