-
For the naive expression, we should pre-submit an alternatives call, then actually load the alternatives when the user clicks.
-
There are two fundamental issues with our `post_explicit!` and `post_implicit!` hooks:
- First, the name is bad in that they convey when in the time marching algorithm they are called, and not wha…
-
There's a lot here so I'll do what I often do: This is an umbrella issue that lists a series of tasks needed for the precompute / background task feature. Each of the below items should be filed as a…
-
For #797, we created a `/precomputed/annotations` endpoint which gets or sets all line annotations within a bounding box. But we punted on the behavior of lines that touch but extend beyond the given…
-
### Describe the workflow you want to enable
I am trying to use precompute=True for LassoCV. To save memory, I am passing in the inputs as float32's. However, I get an error that the Gram matrix prec…
-
### Your idea
Looking at https://bids.neuroimaging.io/bep031 there seems to be no mentioning of "precomputed" file format heavily used by various groups for EM data and supported by a wide range of s…
-
For `pipelineCNA()` a synthetic baseline is calculated per-sample. This can be an issue when you have a large dataset and have to run single samples for computational reasons as the baseline is differ…
-
Running on the binary from Google Sheets,
```
BINARYEN_CORES=1 perf record bin/wasm-opt binary.wasm -all --precompute --no-validation
```
(1 core to avoid noise from multithreading; validation dis…
-
To save compute.
Another hard issue :)
-
Hello,
I have a fasta file containing thousands of peptide sequences. I wanted to predict their 3D structures using LocalColabFold 1.5.5 installed in an HPC cluster and I have access to GPU clus…