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

Conv2d padding test data #1196

Open
wants to merge 2 commits into
base: 5.x
Choose a base branch
from

Conversation

Abdurrahheem
Copy link
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)

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Todo
Development

Successfully merging this pull request may close these issues.

2 participants