thinh-researcher's picture
Init
6e9c433
raw
history blame contribute delete
141 Bytes
import torch
cpu_device = torch.device("cpu")
# device = torch.device("cuda:3" if torch.cuda.is_available() else "cpu")
device = cpu_device