dj-nuo

Results 10 comments of dj-nuo

Hi! Any ideas how to resolve the issue? None of the proposed approaches currently solve it for my Windows users. And I can't downgrade the version because of necessary features...

Ok, as a temporary solution I did this in my `package.json`: ``` ... "scripts": { "build:electron:mac": "npm i electron-builder@^24.4.0 && electron-builder -m --config build-mac.config.json --publish always", "build:electron:win": "npm i [email protected]...

I managed to make OPTIONS work. (This option works for me locally & on Vercel, but most probably it would work elsewhere as well). This is needed if you're planning...

Unfortunately, I can't make it work( Here is what I do: 1. My `package.json` doesn't have any build related info 2. My build info is broken down into 2 systems:...

> After stripping stft and istft, both onnx and trt engine can be exported successfully. onnx is not tested, and trt engine has serious performance problems (seems to be caused...

To make matters worse, issue fluctuates between MacOS versions & chips (e.g. my MacBook Air M1 has a high numerical error for specific ops as compared to MacBook M1 Max,...

@hongkun-Shao , as an example, I'm experiencing high numerical error: - MacBook Air M1, MacOS 13.6. Model A, FP16: - CPU_ONLY: works correctly - CPU_AND_GPU: bad predictions - MacBook Pro...

> How are you launching rviz2 ? With ros2 run rviz2 rviz2 ? By just using `rviz2` command

Ok, I tried `ros2 run rviz2 rviz2`, results: - `pixi` + `kilted` = can't activate env using `pixi shell -e kilted` [^1] - `pixi` + `jazzy` = froze. (rviz2 r14.1.12)...