Skip to content

Issue 291: Fix view error in AAGCN by replacing view() with reshape()#292

Open
Borzyszkowski wants to merge 1 commit intobenedekrozemberczki:masterfrom
Borzyszkowski:bborzysz-291-fix-view-issue
Open

Issue 291: Fix view error in AAGCN by replacing view() with reshape()#292
Borzyszkowski wants to merge 1 commit intobenedekrozemberczki:masterfrom
Borzyszkowski:bborzysz-291-fix-view-issue

Conversation

@Borzyszkowski
Copy link
Copy Markdown

@Borzyszkowski Borzyszkowski commented Feb 17, 2025

Description

This PR fixes an issue in the AAGCN layer where view() was causing an error due to incompatible tensor shapes. Replaced view() calls with reshape() to handle non-contiguous tensors.

Related Issue

Fixes issue #291

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

Successfully merging this pull request may close these issues.

1 participant