w3sip

Results 7 issues of w3sip

Compression is excruciatingly slow for large packages. This is mostly due to the fact, that Python gzip package is single-threaded. So no matter how fast of a build machine is...

type: look into

After converting our custom layer to accommodate OpenVino API changes twice before, we're at it again, now upgrading from 2020.2 to 2021.4. Except now there seems to be zero complete...

The crash is a regression between 4.1.0 -> 4.1.1, as demonstrated by the sequence of commands below: `python -c "import wx; import sys; p=[(0,0), (10,10)]; r=wx.Region(p);"` causes the crash with...

Trying to use nvmpi with ffmpeg 4.2 -- using commit `3dff99c3c2ef280209244d9bae5771997d4aa770` from this repository. It seems to be very finicky with the bitstream it attempts to consume. For example: `ffmpeg/bin/ffmpeg...

Trying to do an upgrade from 4.4.0 to 4.5.x; finding out that `objdetect` module now requires `dnn` module to be enabled. 4.5.3 still build; starting with 4.5.4 seeing ``` --...

category: build/install

### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? No ### Source source ### TensorFlow version 2.14.1 ### Custom code Yes ### OS platform and distribution...

stat:awaiting response
type:bug
comp:lite
TF2.14

My program has a thread polling AMQP messages (e.g. blocks and waits on amqp_consume_message to return). When the program terminates, I want to interrupt amqp_consume_message, terminate the thread, and then...