-
Notifications
You must be signed in to change notification settings - Fork 168
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
图卷积实现-torch.geometric模块使用 #394
Comments
libcity后续更新中会加入torch.geometric依赖,目前需要自行pip下载使用 |
我目前在运行时,没有pip这个依赖项模型也是可以正常运行的,原因是什么?具体哪些模型需要
…---原始邮件---
发件人: ***@***.***>
发送时间: 2024年1月26日(周五) 下午4:23
收件人: ***@***.***>;
抄送: ***@***.******@***.***>;
主题: Re: [LibCity/Bigscity-LibCity] 图卷积实现-torch.geometric模块使用 (Issue #394)
libcity后续更新中会加入torch.geometric依赖,目前需要自行pip下载使用
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
图卷积类似这样的写法也可以呀torch.einsum('ncvl,wv->ncwl', (x, a)).contiguous() |
geometric用什么版本的呀,部分版本会提示“ModuleNotFoundError: No module named "torch_sparse" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
libcity成员你好,我想请问一下libcity代码库中涉及图卷积的一些模型中,import里没有包含torch.geometric,geometric这个子依赖包在图学习时一般都是需要的,请问libcity是否使用了自己的方法或其他库来实现图卷积网络的功能?希望得到您的解答。此外,
The text was updated successfully, but these errors were encountered: