Skip to content

Fix repr of conv layers#3275

Merged
angeloskath merged 1 commit intomainfrom
conv-repr
Mar 19, 2026
Merged

Fix repr of conv layers#3275
angeloskath merged 1 commit intomainfrom
conv-repr

Conversation

@angeloskath
Copy link
Copy Markdown
Member

Before

print(nn.Conv1d(128, 128, 4, groups=128, padding=0))
Conv1d(1, 128, kernel_size=4, stride=1, padding=0, dilation=1, groups=128, bias=True)

After

print(nn.Conv1d(128, 128, 4, groups=128, padding=0))
Conv1d(128, 128, kernel_size=4, stride=1, padding=0, dilation=1, groups=128, bias=True)

Copy link
Copy Markdown
Collaborator

@zcbenz zcbenz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@angeloskath angeloskath merged commit 45af0df into main Mar 19, 2026
16 checks passed
@angeloskath angeloskath deleted the conv-repr branch March 19, 2026 05:47
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.

2 participants