-
Hello! I have an issue and I haven't found a similar one already, so I am opening a new discussion. Specifically, I am trying to do something quite similar to what was done in ESAN (https://github.dev/beabevi/ESAN).
As you mighe notice, there has to be a definition for
The idea is to keep the original edge index when batching because I will need it later for the model.
Later when training, we enter into
However, this isn't the case when I use the
The for loop is the same, but we don't step into I am not sure what I am doing wrong, I would really appreciate some help with this. Package version: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Thanks for reporting. You are right that the new data class was not respected when loading the data from disk. Fix is here: #8692 |
Beta Was this translation helpful? Give feedback.
Thanks for reporting. You are right that the new data class was not respected when loading the data from disk. Fix is here: #8692