-
Hi there, Thanks for the powerful PyG.
I have a need of implementing the API of sampler (i.e., the Concretely, I'd like to iter some
I have implemented the
I refer to the code here and it is originally written as:
The bug reports:
It is reported in the source code here. I noticed there have been already some samplers (e.g., Questions
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I currently cannot run the code, but we have a similar example here which works just fine. As such, I am pretty confident that |
Beta Was this translation helpful? Give feedback.
I currently cannot run the code, but we have a similar example here which works just fine. As such, I am pretty confident that
sampler
is fully supported. It might also be related to the usage ofdrop_last=True
.