Created
November 12, 2021 19:26
-
-
Save dhruvbird/4b525dcf3db74e7cf247c413224ae275 to your computer and use it in GitHub Desktop.
Run the model
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
m = AddtensorsModel() | |
res = m(torch.Tensor([1, 2, 3]), torch.Tensor([3, 4, 5])) | |
print(res) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment