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

Conv1D supports paddings. #847

Merged
merged 1 commit into from
Nov 19, 2024
Merged

Conv1D supports paddings. #847

merged 1 commit into from
Nov 19, 2024

Conversation

ds-hwang
Copy link
Contributor

Conv1D is designed for processing sequence data, so it is natural to handle paddings as part of its functionality.
Thus, it introduces Conv1DWithPadding.

Conv1D is designed for processing sequence data, so it is natural to handle
paddings as part of its functionality.
Thus, it introduces Conv1DWithPadding.
@ds-hwang
Copy link
Contributor Author

@ruomingp could you review? from 913

@ds-hwang ds-hwang added this pull request to the merge queue Nov 19, 2024
Merged via the queue into apple:main with commit 420ed7a Nov 19, 2024
10 checks passed
@ds-hwang ds-hwang deleted the conv1_pad branch November 19, 2024 02:01
qdavid1 pushed a commit to qdavid1/axlearn that referenced this pull request Dec 11, 2024
Conv1D is designed for processing sequence data, so it is natural to handle
paddings as part of its functionality.
Thus, it introduces Conv1DWithPadding.
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