final-year-project / tests /test_resource.py
thisisamish's picture
final commit
39f484e
Raw
History Blame Contribute Delete
87 Bytes
def test_cuda():
from torch.cuda import is_available
assert is_available()