CLIP_on_Tesla_K20Xm/torch_test.py

8 lines
75 B
Python
Raw Permalink Normal View History

2021-12-15 22:13:53 +01:00
import torch
print(torch.cuda.is_available())
print(torch.__version__)