From 7812f906e2d7ffea402497e9421da61e2b13caaf Mon Sep 17 00:00:00 2001 From: Songting Date: Sun, 4 Aug 2024 14:55:42 +0800 Subject: [PATCH] reformat reformat --- models/codec/facodec/facodec_trainer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/codec/facodec/facodec_trainer.py b/models/codec/facodec/facodec_trainer.py index 17387087..d723c562 100644 --- a/models/codec/facodec/facodec_trainer.py +++ b/models/codec/facodec/facodec_trainer.py @@ -523,7 +523,7 @@ def _train_step(self, data): normalized_sequence[voiced_indices] = normalized_f0 normalized_sequence[~voiced_indices] = ( -10 - )# Assign -10 to unvoiced frames + ) # Assign -10 to unvoiced frames gt_glob_f0s.append(mean_f0) else: