We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
1.我想问一下train_loader和我们在torch中使用的DataLoader有什么区别?因为我在输出打印train_loader迭代值batch时,发现每个batch似乎都是相同的全图数据。但是DataLoader似乎是按Batchsize来组织为一个subgraph。我想问一下我应该如何去理解train_loader,以及我应该关注哪一部分代码去了解数据加载到模型中这一过程细节。 2.看起来似乎目前只实现了GCN与GAT两个可以实现多GPU训练,其他的模型可以支持多GPU训练吗?如果我想进行修改,应该从哪入手?
The text was updated successfully, but these errors were encountered:
Hi @BearBiscuit05 ,
Sorry, something went wrong.
No branches or pull requests
❓ Questions & Help
1.我想问一下train_loader和我们在torch中使用的DataLoader有什么区别?因为我在输出打印train_loader迭代值batch时,发现每个batch似乎都是相同的全图数据。但是DataLoader似乎是按Batchsize来组织为一个subgraph。我想问一下我应该如何去理解train_loader,以及我应该关注哪一部分代码去了解数据加载到模型中这一过程细节。
2.看起来似乎目前只实现了GCN与GAT两个可以实现多GPU训练,其他的模型可以支持多GPU训练吗?如果我想进行修改,应该从哪入手?
The text was updated successfully, but these errors were encountered: