-
Hi, I am a student working on permanent computation. I would like to ask if this program can be used to compute the permanent of a matrix of order 60? If it can be computed, is the computation done in…
-
Hello,
I would like to ask if it is possible to get the lower triangular matrix from the factorization, or its parts are distributed among the processes.
Best Regards,
Esmail
-
Great job! I wonder if you could kindly open-source the code for visualizing the attention map? Looking forward to your response! Thanks so much!
-
I would like to ask about line 61 in your gptq.py file: `inp = math.sqrt(2 / self.nsamples) * inp.float()`. According to the paper, it seems that it should be written as follows: `inp = math.sqrt(tmp …
-
Hi,
Thank you for this great tool. My data has high ambient RNA, and I want to get the counts matrix with ambient RNA removed. I wonder if or how souporcell can do this?
Thanks!
-
## Describe the bug
Fails to parse type of optional `num_iteration` parameter for LightGBM's predict method
```
INFO:[2024-10-24 10:47:23.863] - Analyzing arguments in .
WARNING:[2024-10-24 10:4…
-
In some implementations ([KS](https://proceedings.neurips.cc/paper_files/paper/2016/file/1145a30ff80745b56fb0cecf65305017-Paper.pdf), [Spyking Circus](https://www.biorxiv.org/content/10.1101/067843v1.…
-
This is a two part question.
First I setup with traefik. Everything seems to work fine and I even got federation up and running. The -self-check comes back with all OK however when I run `https://fe…
-
-
### Description
I would like to propose adding a sparse matrix utility under the utility section of stdlib.io. In many cases, when users create 2D matrices, they often do not fully utilize all the …