Zhongyang-debug / Attention-Is-All-You-Need-In-Speech-Separation

Speech Separation
51 stars 10 forks source link

About hyperparameter in train.json5 #3

Closed Reid-Cui7 closed 2 years ago

Reid-Cui7 commented 2 years ago

In train.json5, the model's hyperparameter part does not match, though from the Sepformer init(), one can infer the hyperparameter and change the train.json5 counterpart.

Another question, does this model use the same logic with DPRNN ? the intra and the inter path or something like this. I've tried the DPRNN, it was super slow in training, and the result was not that good, what about your results ?

Thank you, I am a new fish 😊

Zhongyang-debug commented 2 years ago

“Another question, does this model use the same logic with DPRNN ? the intra and the inter path or something like this. I've tried the DPRNN, it was super slow in training, and the result was not that good, what about your results ?”

It is the same as DPRNN, and the training results are good.

Zhongyang-debug commented 2 years ago

“In train.json5, the model's hyperparameter part does not match, though from the Sepformer init(), one can infer the hyperparameter and change the train.json5 counterpart.”

This needs to be corrected.

Zhongyang-debug commented 2 years ago

“In train.json5, the model's hyperparameter part does not match, though from the Sepformer init(), one can infer the hyperparameter and change the train.json5 counterpart.”

This part has been corrected. You'd better understand it yourself.