From a002f817df7ecdbaafcf4eb434af2e3324ab2c30 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 23 Jul 2023 13:37:01 +0800 Subject: [PATCH] Format code (#834) Co-authored-by: github-actions[bot] --- train_nsf_sim_cache_sid_load_pretrain.py | 1 + 1 file changed, 1 insertion(+) diff --git a/train_nsf_sim_cache_sid_load_pretrain.py b/train_nsf_sim_cache_sid_load_pretrain.py index 5833dc7..ef8effd 100644 --- a/train_nsf_sim_cache_sid_load_pretrain.py +++ b/train_nsf_sim_cache_sid_load_pretrain.py @@ -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