Skip to content

Conv2d padding test data#1196

Closed
Abdurrahheem wants to merge 2 commits intoopencv:5.xfrom
Abdurrahheem:ash/conv2dpadding
Closed

Conv2d padding test data#1196
Abdurrahheem wants to merge 2 commits intoopencv:5.xfrom
Abdurrahheem:ash/conv2dpadding

Conversation

@Abdurrahheem
Copy link
Copy Markdown
Contributor

This PR add model, data and generating script for this PR.


model = Conv2D(3, 6, 3, 1, 1)
x = torch.randn(1, 3, 30, 30)
save_data_and_model("conv2dPadding", x, model, export_params=True)
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

all lowercase names are preferable for files.

@asmorkalov asmorkalov closed this Apr 7, 2026
@github-project-automation github-project-automation Bot moved this from Todo to Done in OpenCV 5.0 Apr 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

3 participants