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

Should not put the whole feature 2708*1433 into the forward of model GraphSage #38

Open
0nanimonai0 opened this issue Feb 29, 2024 · 1 comment

Comments

@0nanimonai0
Copy link

No description provided.

@0nanimonai0
Copy link
Author

you should not put the whole feature matrix 2708*1433 into the forward function of model GraphSage,instead,you should use (batch_size,1433) feature matrix,which means you have to construct the data(train_x) before training(after you sample neighbor nodes)

@0nanimonai0 0nanimonai0 changed the title Should not put the whole Should not put the whole feature 2708*1433 into the forward of model GraphSage Feb 29, 2024
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