-
您好,经过一段时间对PCKMT的研究发现这个工作是将多个domain各自做compact,那么如果只有一个domain的话是否和前作adaptive knn-mt没有区别?
另外数据集中的subtitles domain在两个工作中均没有涉及而只做了其余四个domain,请问是出于数据量的考虑吗?
-
根据提供的日志资料来看整个训练流程完成一遍耗时不会太长,我之前用一个toy data进行测试后也可以很快完成。
但是当换成大规模数据后耗时大大增加,请问耗时随数据规模如何变化?
可选的prune datastore步骤是否会有助于加速后续步骤?
-
Hi,
I have the following small piece of code:
```
#include "phtree_multimap.h"
#include
#include
using namespace improbable::phtree;
int main() {
auto tree = PhTreeMultiMapD();
std:…
-
Im new to python and I have been using pyEDM to carry out ccm and Smap. The ccm step runs well but the smap function gives a run time error for only some species pairs.
**RuntimeError: Lapack_SVD(): …
UhP88 updated
2 years ago
-
Hello inferCNVpy,
It seems `vmin` and `vmax` don't work for `cnv.pl.chromosome_heatmap()`. Appreciate it if you could tell us How to adjust the scale bar of chromosome_heatmap.
Thanks!
Best,
YJ
…
-
...
Hello CellRank,
In the `CellRank beyond RNA velocity` tutorial, you input the raw data and do a brief prepocessing. And then initiate the CytoTRACE kernel.
```python
# input raw data
adata …
-
Hi Supat,
Thank you for bringing us this fantastic software for single cell analysis. Recently I tried the integrative mode of SingCellaR, and run into a problem during the `preprocess_integration`…
-
Hi,
I have an anndata object, and the spatial distances are stored in the obsp key:
https://squidpy.readthedocs.io/en/stable/auto_examples/graph/compute_spatial_neighbors.html
Then I run:
hs = h…
-
**Describe the bug**
Hello!
Trying to update this package in Guix, I noticed that since switching to CMake, igraph now "vendors" or bundles all of its libraries, with no recourse for the package…
-
Failure from my local testing.
One of FFI upcall tests, java/foreign/TestUpcallStack.java, crashes on AArch64 macOS using the runtime and the test image from https://openj9-jenkins.osuosl.org/job/Bui…
knn-k updated
2 years ago