-
### 🐛 Describe the bug
When testing flex attention with the mask from issue #141126, I found that apart from being incorrect it is also significantly slower than torch's generic `scaled_dot_product…
-
this warning seems to appear when the second level N is determined by the first level *and* there is a potential oucoems cll
```
> fabricate(
+ A = add_level(N = 2, m = 1:2),
+ B = ad…
-
**Describe the bug**
Here's a bug I encountered creating ArrowFiles, the following is my code :
```
library(ArchR)
addArchRGenome("hg38")
if (!requireNamespace("BiocManager", quietly = TRUE…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR48581](https://bugs.llvm.org/show_bug.cgi?id=48581) |
| Status | NEW |
| Importance | P enhancemen…
-
In the example below, the code given by ```shinymeta``` works but it is different of what I expected.
* Code expected: ``` mutate(!!lagged_name := lag(!!sym("mpg")))```
* Code obtained : ```mut…
-
I just tried your R package, GpGp. It's very nice! However, I keep getting an error when I try to make a prediction using only one prediction point. I could make a work-around for this, but I am co…
-
Hi,
I would like to tune the parameters of GBM and MAXENT. Here is the error
**library(biomod2)
library(raster)
library(iterators)
library(gam)
# 读取物种分布数据
DataSpecies tuning.result.gb…
-
I have an error with 'mamba_split_conv1d_scan_combined' fuction:
Traceback (most recent call last):
File "/home/thientan/desktop/mamba2.py", line 16, in
y = model(x)
^^^^^^^^
F…
-
Hi all,
I have enjoyed using the python package, but also needed the R package. I noticed that predicted probabilities from the EBM model created with R are too high when the dataset is imbalanced…
-
When running the following sample code on simulated data:
```
n_trt = 1000
n_untrt = 1000
prob_trt_male = .75
prob_untrt_male = .15
n_trt_males = sum(rbinom(n_trt, 1, prob_trt_male))
n_trt_females = …