Data loader batch multiple graphs #3757
-
Hello! I have a basic Dataset class that outputs many small graphs. I'm loading the batches like this: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Can you give me an example of what you are trying to achieve? I'm not sure what you mean by "flattening the graph". The graph data shouldn't be flattened at all. The only difference to traditional deep learning mini-batching is that there exists no dedicated batch dimension. |
Beta Was this translation helpful? Give feedback.
Can you give me an example of what you are trying to achieve? I'm not sure what you mean by "flattening the graph". The graph data shouldn't be flattened at all. The only difference to traditional deep learning mini-batching is that there exists no dedicated batch dimension.