Spaces:
Running
Running
File size: 166 Bytes
1af34cd |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
model_name: "simple_linear_irm"
# spec
sample_rate: 8000
n_fft: 512
win_length: 200
hop_length: 80
# model
num_bins: 257
hidden_size: 2048
lookback: 3
lookahead: 3
|