Skip to content

add depthwise conv and add#1034

Merged
opencv-pushbot merged 1 commit intoopencv:4.xfrom
zihaomu:issue_23074
Jan 12, 2023
Merged

add depthwise conv and add#1034
opencv-pushbot merged 1 commit intoopencv:4.xfrom
zihaomu:issue_23074

Conversation

@zihaomu
Copy link
Copy Markdown
Member

@zihaomu zihaomu commented Jan 4, 2023

Related PR: opencv/opencv#23096

input = Variable(torch.randn(1, 8, 32, 32))
model = DepthWiseAdd()
model.eval()
save_data_and_model("depthwiseConvAdd", input, model)
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

all_lower_case should be used for test file names.

@opencv-pushbot opencv-pushbot merged commit 1507165 into opencv:4.x Jan 12, 2023
@alalek alalek mentioned this pull request Jan 18, 2023
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.

3 participants