#!/bin/env python # This exists because sometimes my laptop goes to sleep, # and this disables cuda hw somehow import torch print("Is cuda available?") print(torch.cuda.is_available())