ichitaka

Results 11 comments of ichitaka

This is what i see in the README.md > variance_explained = ppca.var_exp It let's me think, that **var_exp** should be the variance explained.

I'm not sure if this will be merged now, since the Generative UI in theory covers most of my use cases. My biggest issue is that Generative UI does not...

This should be added to the FAQ in the installation docs.

@rentainhe Any updates on this? I've successfully exported MaskDINO to ONNX, but something is broken, the model is way worse and smaller. Still analyzing...

@SergiyShebotnov I successfully deployed it using TorchTensorRT. Had to add the custom CUDA kernels by rewriting them a bit. It was a bit of work. Sadly can't share it, since...

Yeah it's the only module needed. ________________________________ From: Sangbum Daniel Choi ***@***.***> Sent: Sunday, December 3, 2023 11:52:24 AM To: IDEA-Research/detrex ***@***.***> Cc: ichitaka ***@***.***>; Mention ***@***.***> Subject: Re: [IDEA-Research/detrex]...

> I think that Issue should be mark as complete. We had provide useful examples that solves the question. We still need a useful example that include tool-calling and streaming...

@bennetimo trying to run that container I get the following error: ``` standard_init_linux.go:228: exec user process caused: exec format error ```

For openai-completions, if we remove the echo parameter from the request: ``` response = oa_completion( client=self.client, model=self.model, prompt=inps, max_tokens=None, temperature=0.0, logprobs=10, seed=self.seed, ) ``` and then remove the filtering of...