espnet_model_zoo
espnet_model_zoo copied to clipboard
Using an original model trained in espnet1
Thank you for always providing good tools and continuous support. I have a good model trained on espnet1 and would like to use it in espnet model zoo, can I use the model trained on espnet1 in model zoo? I am trying to reproduce the same results with espnet2 but so far have not been successful.
Unfortunately, espnet1 cannot be used. It is based on a very different interface. If you have issues reproducing the same results with espnet2, you can post it in the espnet issues. We'll try to help.
Thank you for your reply. Is there any tool or way to convert espnet1 project or model to espnet2's?
I'd say it isn't easy. I recommend you check the espnet2 config similar to your current problem (regarding the amount of training data and language).
I'm trying many different settings but haven't succeeded yet. I am using the same data for the experiments.
Should I compare these two files? conf/train.yaml from espnet1 and conf/train_asr_transformer.yaml from espnet2
Which data are you using? Which language? How many hours? Then, I'll let you know which config is appropriate.
As I said, it is better to make an issue in https://github.com/espnet/espnet
Ok, I'll make an issue in https://github.com/espnet/espnet/issues/4571