CLIP_on_Tesla_K20Xm/torch_test.py

8 lines
75 B
Python

import torch
print(torch.cuda.is_available())
print(torch.__version__)