You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a SparseTensor with value, how can extend sample method or some other function where the neighborhood sampling probability is based on the value of the SparseTensor.
The text was updated successfully, but these errors were encountered:
This is sadly not supported yet. I think this needs its own condition here, where we want to perform weighted neighborhood sampling rather than uniform sampling.
This is sadly not supported yet. I think this needs its own condition here, where we want to perform weighted neighborhood sampling rather than uniform sampling.
How can I create a feature request for this?
deepakagrawal
changed the title
New features: sample by value
New feature: sample by value
Jul 12, 2021
deepakagrawal
changed the title
New feature: sample by value
New feature: weighted neighborhood sampling (sample by value)
Jul 12, 2021
I have a
SparseTensor
with value, how can extendsample
method or some other function where the neighborhood sampling probability is based on the value of theSparseTensor
.The text was updated successfully, but these errors were encountered: