Skip to content

Commit

Permalink
train.py: now import only two functions
Browse files Browse the repository at this point in the history
  • Loading branch information
sonphantrung authored Jan 20, 2024
1 parent 07bc135 commit ab03960
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rvc/train/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
kl_loss,
)
from mel_processing import mel_spectrogram_torch, spec_to_mel_torch
from process_ckpt import *
from process_ckpt import save_final, extract_small_model

from rvc.lib.infer_pack import commons

Expand Down

0 comments on commit ab03960

Please sign in to comment.