-
A ticket to put thoughts and questions against.
It may be good to document any decisions made in a README , CHANGELOG, or RELEASE file.
## Signals
On what signals should we respond?
And in what way…
-
Hi,
I wanted to set the installedCap to maxCap to make sure the maximum capacity is installed. Turns out that before checking if the installed capacity is smaller than the maxCap, the maxCap is multi…
-
### Please describe the expected enhancement
Override file name saving with saveQRes extension such that there is the option not to include the automatic timestamp prefix and suffixes
-
**Describe the feature**
The multi-scale deformable attention provided in mmcv is the batch version, could mmcv support the stack version?
**Motivation**
A clear and concise description of the moti…
-
### 🚀 The feature, motivation and pitch
I attempted to construct a small-scale natural language processing model using torch.nn.GRU(num_layers=N, bidirectional=True). During training, the loss cons…
-
Upload images one after the other to avoid multi-processing overhead? Is this a relevant issue for the server?
-
I've been looking at this and related libraries for processing some JSON stream data, and I was explicitly looking for a tool that would handle **non** new-line delimited JSON. While this library says…
-
Hi @rlancemartin,
I have a question about the implementation of Part 7 where you are referring to the paper about [Least-To-Most Prompting from Google](https://arxiv.org/pdf/2205.10625.pdf).
You…
-
We have a slow connection between the `ScanImage` and the processing machines, and for high-res multi-channel acquisitions `rsync` is lagging behind acquisition and the lag only increases as acquisiti…
-
tree has many tradeoffs, especially
- cycle will break function
- many lock/unlock operation is necessary in rust
- makes it hard to do multi-processing