mirror of
https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI.git
synced 2025-01-31 02:32:51 +08:00
Format code (#834)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
f70da25f00
commit
a002f817df
@ -9,6 +9,7 @@ n_gpus = len(hps.gpus.split("-"))
|
|||||||
from random import shuffle, randint
|
from random import shuffle, randint
|
||||||
|
|
||||||
import torch
|
import torch
|
||||||
|
|
||||||
torch.backends.cudnn.deterministic = False
|
torch.backends.cudnn.deterministic = False
|
||||||
torch.backends.cudnn.benchmark = False
|
torch.backends.cudnn.benchmark = False
|
||||||
from torch.nn import functional as F
|
from torch.nn import functional as F
|
||||||
|
Loading…
Reference in New Issue
Block a user