-
Hi there, and congrats on the package and [JOSS submission](https://github.com/openjournals/joss-reviews/issues/6611)!
I'm one of the reviewers and I'll put my remarks and questions below.
-
Hello,
I was wondering if it's possible to add (or multiply, which I guess the kronecker does for you) different kernels across different dimensions of my training data.
This is what I have tri…
-
From Ben Goodrich on stan-dev:
OK. I invented a new rule (locally): You are allowed to assign anything to a matrix with 0 rows and 0 columns. So, this now works:
```
model {
matrix[0,0] X[2];
ve…
-
I have created a last layer BNN with your package. I used "kron" and "diag" hessian structures in regression task. However, just as stated in the title, the covariance matrix diagonal has the same, si…
-
Hello Paul,
Currently, when implementing correlated random effects with structured covariance, e.g. in a bivariate phylogenetic model
`m1= bf(trait1 ~ 1 + (1|G| gr(phylo, cov = A))`
`m2= bf(t…
-
在执行训练命令时报错了。
命令:!python3.8 finetune_speaker_v2.py -m "./OUTPUT_MODEL" --max_epochs 1000 --drop_speaker_embed True
报错日志:
`INFO:OUTPUT_MODEL:{'train': {'log_interval': 10, 'eval_interval': 100, 'se…
-
I am using Macaulay2 version 1.19.1. I get the following error:
```
i1 : needsPackage "MultiplierIdeals"
MultiplierIdeals.m2:143:17:(2):[11]: error: assignment to protected built-in global variab…
-
I have built the latest openssl-3.2.0 on my windows machine with msys2
Build process went smoothly and my `openssl.exe` seems to work fine but some of my **tests fail**
make test output:
```
T…
ghost updated
8 months ago
-
https://github.com/scipy/scipy/pull/18538 outlines a procedure for (eventually) replacing existing sparse matrix creation functions with their array equivalents. One of the advantages of the proposed …
-
I had forgotten about `printMatrix()` in `util.R`.
Should it be documented together with `matrix2latex`?