Format code (#834)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2023-07-23 13:37:01 +08:00
committed by GitHub
parent f70da25f00
commit a002f817df

View File

@@ -9,6 +9,7 @@ n_gpus = len(hps.gpus.split("-"))
from random import shuffle, randint
import torch
torch.backends.cudnn.deterministic = False
torch.backends.cudnn.benchmark = False
from torch.nn import functional as F