Skip to content

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