-
**Description:**
Currently, the bulk cancellation of analyses is achieved by sending a separate request to the server for each selected application. This approach results in multiple network calls, wh…
-
### Description
Opening as a performance issue first, because I'm not sure about all the API changes required to get the machinery setup in dotnet, since this would leak into Task APIs since it's a…
-
-
Hello, I am training on 192 wav files of around 7 seconds duration on a Tesla V100 GPU. While training, I monitor the GPU Utilization with the `nvidia-smi` and the results that I get is that i highly …
-
Hi, I'm very interested in your work but I had a question about the computation of KNN.
The network is efficient due to the random sampling strategy. But I notice that the network still uses KNN to f…
-
Define a boolean truth selector:
```
T(v1) = { c | zfit - ztrue | / (1 + ztrue) < v1 }
```
and a boolean data selector, for example:
```
D(v2) = { c (z68hi - z68lo) / 2 / (1 + zbest) < v2 }
```
T…
-
First and foremost, when no users are connected to the web server, the system should automatically quit any active torrents. It makes no sense to spend server resources downloading a file that no one …
-
Simulate lab 6 studies, make sure MRD paddles are giving the right result.
-
## Description
We aim to automate the happy flow for Industry 4.0 processes to enhance efficiency, reduce manual intervention, and ensure seamless operations. This project will focus on creating a rob…
-
Hello,
It seems that the rule-based blocker iterates through all pairs of tuples from the two dataframe, which in effect, would imply a run-time of O ( N * M) where N and M are the number of rows i…