We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In frequency based sampling, we are using _multinomial_alias_setup and _multinomial_alias_draw. However, these methods were removed as of torch 1.8.
_multinomial_alias_setup
_multinomial_alias_draw
Therefore, frequency based sampling does not work anymore with any newer version of pytorch.
See pytorch/pytorch#21257 and pytorch/pytorch#50489
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In frequency based sampling, we are using
_multinomial_alias_setup
and_multinomial_alias_draw
. However, these methods were removed as of torch 1.8.Therefore, frequency based sampling does not work anymore with any newer version of pytorch.
See pytorch/pytorch#21257 and pytorch/pytorch#50489
The text was updated successfully, but these errors were encountered: