Skip to content

Instantly share code, notes, and snippets.

@arunm8489
Created June 3, 2020 14:53
Show Gist options
  • Save arunm8489/72843794e7f423549f57b6a6e6c8c051 to your computer and use it in GitHub Desktop.
Save arunm8489/72843794e7f423549f57b6a6e6c8c051 to your computer and use it in GitHub Desktop.
class DummyLayer(nn.Module):
def __init__(self):
super(DummyLayer, self).__init__()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment