Skip to content

Instantly share code, notes, and snippets.

@J3698
Created September 7, 2021 16:03
Show Gist options
  • Save J3698/e883a1e94069244c1341d8308726bde9 to your computer and use it in GitHub Desktop.
Save J3698/e883a1e94069244c1341d8308726bde9 to your computer and use it in GitHub Desktop.
Test model for the OAK-1
class Test(nn.Module):
def __init__(self):
super().__init__()
def forward(self, x):
return x / 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment