Skip to content

Commit

Permalink
reformat reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
Plachtaa committed Aug 4, 2024
1 parent 56f5f99 commit 7812f90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/codec/facodec/facodec_trainer.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 7812f90

Please sign in to comment.