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

Remove private class inheritance #9

Closed
iKintosh opened this issue Jul 4, 2020 · 0 comments · Fixed by #14 or #23
Closed

Remove private class inheritance #9

iKintosh opened this issue Jul 4, 2020 · 0 comments · Fixed by #14 or #23
Assignees
Milestone

Comments

@iKintosh
Copy link
Owner

iKintosh commented Jul 4, 2020

This should be removed from implementation:

from torch.nn.modules.conv import _ConvNd
from torch.nn.modules.utils import _pair

class GaborConv2d(_ConvNd):
...
@iKintosh iKintosh added this to the 0.2.0 milestone Jul 4, 2020
@iKintosh iKintosh self-assigned this Aug 31, 2020
@iKintosh iKintosh reopened this Aug 31, 2020
@iKintosh iKintosh linked a pull request Aug 31, 2020 that will close this issue
@iKintosh iKintosh mentioned this issue Aug 31, 2020
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 a pull request may close this issue.

1 participant