Skip to content

Instantly share code, notes, and snippets.

@tam17aki
Last active November 19, 2022 07:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tam17aki/bcf9100ad0cca416c70f8574e6ce64a7 to your computer and use it in GitHub Desktop.
Save tam17aki/bcf9100ad0cca416c70f8574e6ce64a7 to your computer and use it in GitHub Desktop.
SFE:
root_dir: "/work/tamamori/oscillator/"
data_dir: "data/"
feature:
sample_rate: 16000 # サンプリング周波数
frame_length: 1024 # 分析窓長
hop_length: 80 # ホップ長
model:
n_sines: 128
training:
learning_rate: 1e-4
n_epochs: 50000
demo:
in_wav: "o_1.wav"
out_image: "o_1.png"
fontsize: 14
figsize:
width: 10
height: 5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment