-
Opening a discussion for `topk` related to https://github.com/ml5js/ml5-next-gen/issues/166.
1. The documentation states "The number of top predictions to return, applicable to MobileNet." I think …
-
论文中的Table 3给出了Plaintext/BatchCrypt/PackedBFV/PackedCKKS/FedPHE几种基准进行实验对比。在read.me中,作者给出了python main.py --dataset MNIST --epochs 100 --lr 0.001 --n_clients 8 --topk 0.1 --algorithm ckks --enc_batch_siz…
-
### Describe the issue
This line assumes that there are at least 256 thread per thread block:
if (tid < 256) H[tid] = 0;
https://github.com/microsoft/onnxruntime/blob/main/onnxruntime/core/pr…
-
### Is your feature request related to a problem or challenge?
One case where pushing down sorts is when the sort has a `fetch` (aka TopK).
This will result in less input to the join, so the join …
-
rknn.build()
E build: The input 0 of TopK('/model.23/TopK') need to be constant! It will cause the graph to be a dynamic graph! Remove TopK('/model.23/TopK') manually and try again!
-
follow is passed.
```py
import torch
class MyModel(torch.nn.Module):
def __init__(self):
super(MyModel, self).__init__()
def forward(self, x):
x, _ = x.topk(k…
-
## Overview
Following the launch of multi-vector support in k-NN nested fields, search results with inner hits currently return only the single highest-scoring nested document per parent document. …
-
Hi team,
I have a few questions on this document for learn to rank https://xgboost.readthedocs.io/en/stable/tutorials/learning_to_rank.html,
1. I couldn't find how can I run an exhaustive pairs co…
-
### Search before asking
- [X] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussi…
-
In a recent PR, the TopK e2e test fails in CI: https://github.com/iree-org/iree/actions/runs/11107992173/job/30867743807?pr=18634
The following test is what fails:
```
func.func @topk_2d_dim1_inv…