Closed Reid-Cui7 closed 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.
“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.
“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.
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 😊