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
The torch.randint used in viewsamplers is implemented with replacement, meaning the same index can be selected multiple times. What is the intention behind this?
The text was updated successfully, but these errors were encountered:
The
torch.randint
used in viewsamplers is implemented with replacement, meaning the same index can be selected multiple times. What is the intention behind this?The text was updated successfully, but these errors were encountered: