Geo-CNN-Pytorch-PYG icon indicating copy to clipboard operation
Geo-CNN-Pytorch-PYG copied to clipboard

question about the data?

Open MrCrazyCrab opened this issue 4 years ago • 4 comments

could you please tell me what the meaning of "pos, norm, batch = data.pos, data.norm, data.batch" is ? what 's the shape of pos,nor and batch? i can figure out the pos means the position, the norm is the normal data, what about batch?

MrCrazyCrab avatar Nov 20 '20 09:11 MrCrazyCrab

It is the indexes of the points, which follows PYG, you may refer to the documentation of PYG. The shape of the batch is B*N, like [000...111...222...].

cy69855522 avatar Nov 20 '20 09:11 cy69855522

@cy69855522 can you share a link about PYG?

MrCrazyCrab avatar Nov 20 '20 09:11 MrCrazyCrab

https://github.com/rusty1s/pytorch_geometric

cy69855522 avatar Dec 23 '20 13:12 cy69855522

could you please tell me what the meaning of data.pos, data.norm, data.batch in detail, thank you very much

liuzhhua avatar Sep 28 '21 03:09 liuzhhua