pweglik

Results 9 comments of pweglik

I've dived down into the implementation and foudn out the problematic line was `rearrange` function in `forward` method of `PyanNet`. It crashed without leaving any trace. When I swapped :...

Sorry, I don't have time now and I'm not sure if you're allowed to install your own versions of everything on google collab. But for anyone looking working setup for...

Same issue, it looks like problem with segmentation model. The error is present when there is speech at the end of recording ``` requested chunk [28.140917s, 28.395586s] (frames #450254 to...

Any news on this? I'm also experiencing this misplacement. I observed that it depends on format and video resolution: 1. Without passing format props to Camera: 2. Default format got...

Hi @rodgomesc @mrousavy I think I was able to track the bug down to libyuv library and fix it - check out PR: https://github.com/mrousavy/vision-camera-resize-plugin/pull/53

One more thing - the file looks like this after the precommit sorting if I use --fix flag: ``` import asyncio from enum import StrEnum from typing import Any from...

@MichaReiser yeah, I do include `--select I` in CLI command. I've tried the same as @dhruvmanila and got different results. I'm not sure what can cause it. My pre-commit config...

On another note - it feels like error in formatter as langchain is not local module so it should be in "libraries" group of imports. And it looks like it...

Here you go: ``` $ ruff check --select I -v demos/test.py [2024-10-28][10:44:25][ruff::resolve][DEBUG] Using Ruff default settings [2024-10-28][10:44:25][ruff::commands::check][DEBUG] Identified files to lint in: 4.992084ms [2024-10-28][10:44:25][ruff::diagnostics][DEBUG] Checking: /demos/test.py [2024-10-28][10:44:25][ruff_linter::rules::isort::categorize][DEBUG] Categorized 'asyncio' as...