-
### 🚀 The feature
# Wasserstein Distance
We'd like to start building out statistical metrics. In this issue we cover the Wasserstein distance, also called the [Earth Mover's Distance](https://en.w…
-
Dear @yyliu01 ,
I have followed your guidelines and run your code. It can run but it has some issues:
1. When running the test for `Fishyscapes_ls` dataset, it finished the iteration but it did…
-
## Question
Thanks for providing a very useful library for applying feature attributions on seq2seq models. I was wondering how you planned on integrating ferret evaluation metrics in Inseq. For in…
-
Hi,
Thank you for this impressive work! I am pretty interested in your simulation experiments. I found the processed PBMC data from the figshare. But I didn't find the results such as `acr_design.h…
-
Hello,
I've successfully executed the code as per the documentation provided in the repository. However, I've encountered an issue with the large number of output files generated, and I'm having di…
-
What is the estimated training time? It seems that the `bbox` is pretty time-consuming both during training and testing. Also wanted to make sure that during testing, only one image gets processed at …
-
### Feature Area
/area backend
### What feature would you like to see?
Right now, `dsl.Condition` only allows to use a single comparison:
```python
with dsl.Condition(param1 == value1):
…
-
Hi,
I tested your algorithm and doubletFinder on a single 10X PBMC sample of about 7600 cells (after some basic filtering).
I do not see a lot of overlap between the two. See below the output fr…
-
When I execute the file cifar-10_PAUCI.py, the following error appears: "ModuleNotFoundError: No module named 'XCurve.AUROC.losses.PAUCI'", Is XCurve's current version not matching? my XCurve's curre…
-
1. utils.py에서 함수 정의할 때 list에러
`from typing import List`로 변경
2. wand에 저장되는 이름 개선
e.g. '05-10-01-45-27' -> '05-10-01:45:27'
3. UserWarning: No positive class found in y_true, recall is set t…