-
### System Information
OpenCV: 4.10
Operating System / Platform: Windows 10 x64
Compiler & version: MSVC 17.11.5
### Detailed description
I am trying to update the vcpkg recipe to OpenCV 4.…
cenit updated
2 weeks ago
-
"self.current_input_max = F.max(F.abs(x), axis=(1, 2, 3)).mean().asscalar()" inside "def _conv2d_forward", this will create symbol node, and should cause error because asscalar() is not supported in s…
-
Like we briefly discussed durning the open development meeting, I think it would be great to start our brainstorming what we want to enable in Relax. I sketched some of my thoughts on existing appro…
-
**arm_compute_version=v24.04 Build options: {'Werror': '1', 'debug': '0', 'neon': '1', 'opencl': '0', 'os': 'linux', 'openmp': '1', 'cppthreads': '0', 'arch': 'armv8a', 'multi_isa': '1', 'fixed_format…
-
**Describe the bug**
`libc++abi: terminating due to uncaught exception of type std::runtime_error: [metal::Device] Unable to load kernel winograd_conv_2d_weight_transform_bfloat16_bc32`
https://…
-
### 🐛 Describe the bug
When I try to import latest torch 2.4.0, on my Raspberry Pi 4 board, `python3` crashes with Illegal instruction error, but the previous 2.3.1 version works fine.
Steps to re…
-
#### Configuration
The following issue has been observe using a 1080, 1080 Ti and a Titan X.
- Version of DeepDetect:
- [ ] Locally compiled on:
- [ ] Ubuntu 18.04 LTS
- [ ]…
YaYaB updated
4 years ago
-
Hi all,
The reason I've been slow on convnet-benchmarks these days is because i've been working on the side on DeepMark.
I initially wrote _convnet-benchmarks_ to increase competition among framewor…
-
Hi, In **Theano**, inappropriate dependency versioning constraints can cause risks.
Below are the dependencies and version constraints that the project is using
```
nose
numpy
parameterized
re…
-
### What happened?
We have IR for SDXL that preserves the torch.aten._scaled_dot_product_attention op as tm_tensor.attention -> iree_linalg_ext.attention, but I'm seeing issues trying to lower the …