-
hi,
i appreciate your work in k-prototypes. i have a datasets containing numerical and categorical variables. and i wan't to used with others mehtods inside a SKlearn pipline. the fitting is perfor…
-
Therefore if one changes mprot.x, `make` doesn't notice it.
-
Hello, I am completly newbie, when it comes to the subject of llms
I install some ggml model to oogabooga webui And I try to use it. It works fine, but only for RAM. For VRAM only uses 0.5gb, and I d…
-
So I have a scene with ~4.7M prims out of which just 0.5M are instances.
The time to create the stage is 40 seconds. I see all cores spinning so obviously USD is trying to read it in parallel as `…
-
Hello,
First of all, I want to thank you for this library. I've been looking for a library that I can use to integrate dimensionality reduction techniques into our tool for our paper, and this is p…
-
Hello,
While trying to set up the [llama.cpp tool](https://github.com/ggerganov/llama.cpp) I cloned the repo, then tried to build it as it mentioned in the repo. I got the following error when I di…
-
So far the learned prototype patches are just visualised at the end of the training and not stored (otherwise we will end up with 2000 saved png images).
We need to decide how we want to handle this.…
-
Hi I've been using kmodes (https://www.rdocumentation.org/packages/klaR/versions/0.6-12/topics/kmodes) from the KlaR, an R package to cluster my data set. I wanted to try using kmodes in python to see…
-
Hi.Thanks for your great work.But I have one problem here.
I downloaded the model file hrnet_w48_proto_lr1x_hrnet_proto_80k_latest.pth you supported.and
use code below to get the self similarity …
-
Under Open Watcom `wcc` 2.0 beta May 17 2020, if I compile the source file
```
long far pascal bar(int, int, int, long);
long far pascal (*p)(int, int, int, long);
long
foo(int x, int y, int z,…