configs.py 121 Bytes
Newer Older
Xiang Gao's avatar
Xiang Gao committed
1
2
3
import torch
data_path = 'data/ANI-1x_complete.h5'
device = torch.device("cuda" if torch.cuda.is_available() else "cpu")