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

SS2D_LOCAL #5

Open
Yolo1-gguo opened this issue Oct 24, 2024 · 3 comments
Open

SS2D_LOCAL #5

Yolo1-gguo opened this issue Oct 24, 2024 · 3 comments

Comments

@Yolo1-gguo
Copy link

Hello! In the process of reproducing the paper, I found that the ss2d _ local module had many problems and reported several errors. Is this the final version you used?

@yanghan0617
Copy link

Have you solved this problem, I ran it and got the problem of "TypeError: SS2D_local.local_scan() got multiple values for argument 'w'", have you encountered it

@zhoushen1
Copy link

你解决了这个问题吗,我运行了它,遇到了“TypeError: SS2D_local.local_scan() got multiple values for argument 'w'”的问题,你遇到过吗

您好!我也遇到这个问题,请问您解决了吗?

@Immortal886
Copy link

各位大佬好,我也遇到了相同的问题,将x1 = self.local_scan(x, H, W, w=H//4)改为x1 = self.local_scan(x, H, W, H//4)后又出现了新的问题:AttributeError: 'SS2D_local' object has no attribute 'shape'

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

4 participants