-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Support for slice assign #1351
Comments
Just saw this, but relates to #1279. |
Thanks for bringing this up. Just to be sure, should the |
Hi Laurent, |
candle-sampling needs this slice_assign feature for the implementation of Beam search. |
Ok, I've merged #1377 that adds some pretty naive implementation for |
Thanks a lot, it works fine! |
Closing again as hopefully all good now :) |
I'm bringing back to life issue #663
The proposed solution of slice-scatter in #927 does not seem to be enough.
I've tried turning things around but I don't succeed in accomplishing the following:
I think I'm not able to achieve this with slice_scatter because it only takes into account one dimension at a time.
The text was updated successfully, but these errors were encountered: