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

Unable to Execute Code #11

Open
longzilicart opened this issue Apr 18, 2024 · 12 comments
Open

Unable to Execute Code #11

longzilicart opened this issue Apr 18, 2024 · 12 comments

Comments

@longzilicart
Copy link

Hi, thank you for your nice work. I've been trying to replicate the experiments, but I'm encountering several issues when attempting to run the code specifically in vihg.py, which contrasts with my successful execution of the original VIG.

When I attempt to run a simple test in vihg.py, I encounter multiple errors:

if __name__ == "__main__":
    net = vihg_b_224_gelu()
    x = torch.randn((2, 3, 224, 224))
    y = net(x)
    print(y.shape)

Could you please help me understand if there's anything specific I am missing, or if there might be an issue with the code.

Thank you!

@Liuxuetao1219
Copy link

@longzilicart 请问您有复现成功嘛?

@longzilicart
Copy link
Author

@longzilicart 请问您有复现成功嘛?

没有,看起来代码似乎有问题。我修改了不少内容之后跑通了,但是速度非常慢(很长时间一个iter,应该是聚类操作导致的),所以我放弃了。也有可能是我的环境或者修改的有问题。你能跑通么。

@Liuxuetao1219
Copy link

Liuxuetao1219 commented Oct 28, 2024 via email

@Liuxuetao1219
Copy link

Liuxuetao1219 commented Oct 28, 2024 via email

@longzilicart
Copy link
Author

而且隶属矩阵也是不满足构建超边的,这使得我认为很难在一开始构建出超图 我使用了其他硬性聚类,可以将patch分类,目前我的工作刚开始,可能也会因为聚类拖慢训练时间

---- 回复的原邮件 ---- | 发件人 | @.> | | 日期 | 2024年10月28日 15:28 | | 收件人 | @.> | | 抄送至 | @.>@.> | | 主题 | Re: [VITA-Group/ViHGNN] Unable to Execute Code (Issue #11) | @longzilicart 请问您有复现成功嘛? 没有,看起来代码似乎有问题。我修改了不少内容之后跑通了,但是速度非常慢(很长时间一个iter,应该是聚类操作导致的),所以我放弃了。也有可能是我的环境或者修改的有问题。你能跑通么。 — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.***>

所以现在代码是可以成功运行?只是训练的时候有问题?那也许是我的问题或者是代码更新了。
聚类肯定是非常慢的,这个操作我似乎没看到好的加速方法。

@Liuxuetao1219
Copy link

Liuxuetao1219 commented Oct 28, 2024 via email

@longzilicart
Copy link
Author

这个仓库的代码我并没有成功运行~

---- 回复的原邮件 ---- | 发件人 | @.> | | 日期 | 2024年10月28日 15:42 | | 收件人 | @.> | | 抄送至 | @.>@.> | | 主题 | Re: [VITA-Group/ViHGNN] Unable to Execute Code (Issue #11) | 而且隶属矩阵也是不满足构建超边的,这使得我认为很难在一开始构建出超图 我使用了其他硬性聚类,可以将patch分类,目前我的工作刚开始,可能也会因为聚类拖慢训练时间 … ---- 回复的原邮件 ---- | 发件人 | @.> | | 日期 | 2024年10月28日 15:28 | | 收件人 | @.> | | 抄送至 | @.>@.> | | 主题 | Re: [VITA-Group/ViHGNN] Unable to Execute Code (Issue #11) | @longzilicart 请问您有复现成功嘛? 没有,看起来代码似乎有问题。我修改了不少内容之后跑通了,但是速度非常慢(很长时间一个iter,应该是聚类操作导致的),所以我放弃了。也有可能是我的环境或者修改的有问题。你能跑通么。 — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.> 所以现在代码是可以成功运行?只是训练的时候有问题?那也许是我的问题或者是代码更新了。 聚类肯定是非常慢的,这个操作我似乎没看到好的加速方法。 — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.>

好吧,后续还有一篇文章,应该是发在cvpr24上的我记得,不知道能不能运行。反正我改出来的版本是能跑,但速度过于慢,就没继续了。

@Liuxuetao1219
Copy link

Liuxuetao1219 commented Oct 28, 2024 via email

@longzilicart
Copy link
Author

您可以提供一下论文或仓库链接嘛,非常感激您

好的,回头我找找

@longzilicart
Copy link
Author

您可以提供一下论文或仓库链接嘛,非常感激您

GreedyViG: Dynamic Axial Graph Construction for Efficient Vision GNNs 应该是这个

@Liuxuetao1219
Copy link

Liuxuetao1219 commented Oct 29, 2024 via email

@yuan0038
Copy link

@longzilicart
大佬,想问下您有复现过Pyramid ViG 在COCO上的结果吗?

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

3 participants