-
Hi.
I tried running the model, to check how it works.
But I am not able to know what to give for `association_matrices`, `adjacency_matrices` in the `DPGUNet` class
Could you please provide them…
-
Hi,
I'm wondering if I can run SE with more than 2 matrices. For example, if I had 16s, 18s and ITS sequences.
Would this be possible? And do I simply provide a list for the input?
Could you pleas…
-
### 🐛 Describe the bug
The [torch.sparse documentation](https://pytorch.org/docs/stable/sparse.html#other-functions) claims to support (among others), `cat`, `stack`, `vstack`, and `hstack`. None of …
-
Hi,
Thank you for this awesome tool! I started using it and realised that I can't due to the single cell and bulk data sets coming from different experiments.
But, I am wondering whether it is n…
-
**Describe the bug 🐞**
`A \ b` works when `A` is of dimension $n\times p$ and $b$ is of dimension $n$. However, for `LinearSolve`, the code
```julia
using LinearSolve
lin_prob = LinearProblem(A,…
-
From the [Rust API Guidelines](https://rust-lang.github.io/api-guidelines/interoperability.html?highlight=Ser#data-structures-implement-serdes-serialize-deserialize-c-serde):
> Types that play the …
-
**Description**
I think that there's a bug in the `naga/src/proc/typifier.rs`. Notably, when casting with `As` the new scalar kind, variable `kind`, is not propagated to the output `scalar`, on…
-
### Motivation
For scientific python (and perhaps computer vision as well), a very common application is linear algebra. The simplest objects of interest there are vectors, which are easy to genera…
-
Hi All,
I have an odd problem and I don't know if this is the correct place to ask, so apologies if not but here goes...
Some of the matrices that I have to invert are >50k per axis (i.e. 50k x…
-
This seems unexpected and potentially inconsistent with the documentation:
```m2
ii21 : sort matrix{{-1,0,1}}
oo21 = | 0 -1 1 |
1 3
oo21 : Matrix ZZ