-
Here are some interfaces we came up with that could deliver what CompGraph needs on the SciJava/ImageJ Ops side:
Base interface for structured computations:
```java
public ComputationStructure …
-
Hi,
The code [here](https://gist.github.com/yiyunliu/587fb2c77e9e58f9b41ae285476a365f) joins two 6-dimension boxes. For each dimension, the width is no more than 100. Despite the coefficients, consta…
-
## The problem
When running `tune_grid` for `glmnet` poisson regression models the predictions returned by `collect_predictions()` appear to contain negative values (it looks as though they are on …
-
The new exhaustive EMD minimisation method is much slower than both the optimise-based method and the previous fixed step method. Identify bottlenecks and any potential speed ups.
Likely potential …
-
### Steps to reproduce the issue
Hi everyone (and the maintainers of the py-scipy @adamjstewart @rgommers)
I have a problem appearing when I try to install py-scipy using AMDBlis (and AMDlibflame) …
-
The windowing stride syntax doesn't work quite right when configured with `-DCUDA=ON`.
These 3 test cases fail:
```
890 - windowing/stride.windowing/(dense,compressed) (Failed)
891 - windowing…
-
**What would you like to submit?** (put an 'x' inside the bracket that applies)
- [x] question
- [ ] bug report
- [x] feature request
**Issue description**
@cesarsouza Do you have any…
-
Using `@turbo` loops gives incredible performance gains (10x) over the `LogExpFunctions` library for arrays of `Float64`s. However, the `@turbo` doesn't seem to play well with `FowardDiff.Dual` arrays…
-
# 🐛 Bug
I was trying to extend MultiTaskKernel's example by including GridInterpolationKernel, with the input being more than one dimension.
However when I'm using all three features (multitask, …
-
CP via ALS is probably the most used function in TensorLy and comes with lots of options. One issue is that due to these successive additions, bugs (see e.g. this [commit](d66110f7c961ce896a051b446a23…