Skip to content

Added Steps support in DNN Slice layer #854

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

Merged
merged 2 commits into from
Mar 26, 2021

Conversation

LupusSanctus
Copy link

@LupusSanctus LupusSanctus commented Feb 16, 2021

Relates to: #19546

@LupusSanctus LupusSanctus changed the base branch from master to 3.4 March 9, 2021 20:48
@@ -378,17 +378,62 @@ def forward(self, x):

class Slice(nn.Module):

def __init__(self):
def __init__(self, custom_sliice=None):
self.custom_sliice=custom_sliice
Copy link
Member

Choose a reason for hiding this comment

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

sliice

slice ?

Copy link
Author

Choose a reason for hiding this comment

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

Ah, sure, corrected.

@alalek alalek merged commit ae4099b into opencv:3.4 Mar 26, 2021
@alalek alalek mentioned this pull request Mar 27, 2021
@alalek alalek mentioned this pull request Apr 9, 2021
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