-
Compile iou3d (from pointRCNN). GCC>4.9, I have tested it with GCC 5.4.0 and GCC 4.9.4, both of them are ok.
cd $KM3D_ROOT/src/lib/utiles/iou3d
python setup.py install
I have this error ,and
…
-
我在调用rknn.load_pytorch时遇到了问题:E load_pytorch: ValueError: The following operators are ![error](https://github.com/airockchip/rknn-toolkit2/assets/80106358/04c2e2c8-40e6-4e02-8afd-c5a4f793e63a)
-
Hi,
I am encountering an issue while trying to run your code. I have followed the setup instructions and installed the necessary packages, but I am receiving a RuntimeError related to duplicate reg…
-
Related issues:
- tenstorrent/pytorch2.0_ttnn#219
- tenstorrent/pytorch2.0_ttnn#220
I found that TTNN produces highly inaccurate results (rtol = atol = 0.1) when given negative inputs. This phen…
-
How can I solve the following error when running DetectFaces node?
Could not run 'torchvision::nms' with arguments from the 'CUDA' backend. This could be because the operator doesn't exist for this…
-
hi @magehrig ,
When I am training the base model of RVT, it suddenly throws this error when running into the fourth epoch. I have tried many times, and it always happens. How can I resolve this? (The…
-
Hi :)
i tried training nnUNet with the skeletall recall loss on my dataset und an error has occured. This is listed below. The same dataset was also used on default nnunet itself and there was no …
-
### 🐛 Describe the bug
```
Name Self CPU % Self CPU CPU total % CPU total CPU time avg Self XPU Self XPU % XPU total XPU time avg # of Ca…
-
Hi, I recently had this problem while reproducing the tutorial 3:
`100%|████████████████████████████████████████████████████████████████████████| 3/3 [00:08
-
## 🐛 Bug
## To Reproduce
Here are two scripts for the experiment
test1.py
```
import torch
import torch_xla.core.xla_model as xm
import math
random_k = torch.randn((100, 100), dtype=…