Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Normalization of features, batch-wise training, feature extraction #64

Open
giannispic opened this issue Jun 29, 2020 · 0 comments
Open

Comments

@giannispic
Copy link

giannispic commented Jun 29, 2020

Hello Thomas,
My question is about the normalization of the features of the nodes. In your paper and in your official site you only mention the normalization of the adjacency matrix A but not that of the feature array X. Thanks in advance.

Also about batchwise training. I want to feed the network with OpenPose landmarks of shape (25, 2). Can i perform regular batchwise training just by giving the input X of shape (B, 25, 2) and adj matrix (B, 25, 25) where B is the batch size, or do i necessarily have to follow the sparse block diagonal approach?

Also, in your implementation you classify each node. Can i use the output features of the last gcn layer (flatten it) and feed it for insrtance to a MLP to get a complete instance feature represantation based on which i can perform my tasks??

Best regards,
John.

@giannispic giannispic changed the title Normalization of features Normalization of features, batch-wise training, feature extraction Jun 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant