Skip to content

Commit

Permalink
fixed another wrong indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
AznamirWoW committed Dec 28, 2024
1 parent 34ec8de commit 60f4f16
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions rvc/train/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -751,12 +751,12 @@ def train_and_evaluate(
config.data.mel_fmax,
)
# used for tensorboard chart - slice/mel_org
y_mel = commons.slice_segments(
mel,
ids_slice,
config.train.segment_size // config.data.hop_length,
dim=3,
)
y_mel = commons.slice_segments(
mel,
ids_slice,
config.train.segment_size // config.data.hop_length,
dim=3,
)
# used for tensorboard chart - slice/mel_gen
with autocast(enabled=False):
y_hat_mel = mel_spectrogram_torch(
Expand Down

0 comments on commit 60f4f16

Please sign in to comment.