Created
August 24, 2023 22:05
-
-
Save Infinitusvoid/a35eeec4b37ff042e609b8dfcef8c7c1 to your computer and use it in GitHub Desktop.
PyTorch : How to get to get the PyTorch versions ?
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
import torch | |
print(torch.__version__) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment