-
Hello, To start the training process, I need to batch my data, so I use Dataloader: Here are my questions:
Thank you in advance for your help. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Yes this will batch them together so they are disjoint
The batch index is not maintained as far as I know (I could be wrong). You could make the graph index a property of the graph, or add it to |
Beta Was this translation helpful? Give feedback.
Yes this will batch them together so they are disjoint
The batch index is not maintained as far as I know (I could be wrong). You could make the graph index a property of the graph, or add it to
y
.