Kim Minjong

Results 11 issues of Kim Minjong

## Describe the Bug The configuration of doio/kb16 seems to use atmega32u4 MCU and atmel-dfu bootloader. However, when I connect the product I bought yesterday, it comes out as a...

enhancement
help wanted

**Tag** 1.4.0, 1.3.0 **Short overview** Due to the expiration of dl.bintray.com, the package is not downloaded and the docker file build fails. **Detailed error description** on ubuntu dockerfiles ``` Install...

I think that among the actions that the agent can take, there may be actions without input. (e.g. return the current state in real time) But in practice, LM often...

The model of the official sdk of kubernetes and the model of kubernetes_asyncio work the same. So we can support the model in the same way. closes: #806

My first thoughts were as follows ``` thread #1 def serve(): with Triton() as triton: triton.bind(some_model) thread#2.start(triton) triton.serve() thread #2 def add_model_handler(triton): loop: new_model = some_event.recv() triton.bind(new_model) ``` However, this...

get_output_metadat**e**_impl -> get_output_metadat**a**_impl

Hi. I'm trying out your impressive model. In the paper author benchmarked model inference with FP16, is dc_ae stable to infer with FP16?

``` const pc = new RTCPeerConnection({ sdpSemantics: "unified-plan", iceServers: {urls: "turn:...?transport=udp" ...}, }); ``` The code is split between TCP and UDP with a 50/50 chance.

When specifying colorspace and color_range using the “format” filter, the frame's .colorspace and .color_range change correctly. However, regardless of how you specify the colorspace/color_range options for .reformat, the resulting frame's...

Hi, I'm a user who has been having fun with PyAV. If nothing else, I was wondering if there is a way to avoid creating a CodecContext at the point...