fix: train step2a & add arg --port --pycmd --noparallel

This commit is contained in:
源文雨
2023-04-01 16:42:19 +08:00
parent 9d1eb265c3
commit a3089e6ead
7 changed files with 64 additions and 59 deletions

View File

@@ -4,7 +4,6 @@ import numpy as np
# This function is obtained from librosa.
def get_rms(
y,
*,
frame_length=2048,
hop_length=512,
pad_mode="constant",