-
Notifications
You must be signed in to change notification settings - Fork 216
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TopK
with dynamic K
#1091
Comments
repo is public indeed :) Given the time you spend struggling with tract, you may want to invest a bit of time in trying the command line. This issue can be repro with:
I'm having a look. |
as always ty for the tip :) |
When I implemented TopK a couple of weeks ago, it was pretty clear that K would always be constant. This "always" was a pretty short-lived one... I'm going to try to do this soon-ish. |
Hi, we are trying to implement stats function using ezkl, like percentile and median stuffs, so would be nice to have this sort feature :) Thanks! |
Models with
TopK
nodes fail to type.A sample error:
A repo to reproduce the issue (I swear it is public this time): https://github.com/alexander-camuto/topk-issue-repro
To reproduce the issue this time you need to download the model at https://github.com/onnx/models/raw/main/vision/object_detection_segmentation/ssd/model/ssd-10.onnx to ./src/network.onnx
then run
The text was updated successfully, but these errors were encountered: