espnet_model_zoo icon indicating copy to clipboard operation
espnet_model_zoo copied to clipboard

Using an original model trained in espnet1

Open supernaiter opened this issue 2 years ago • 6 comments

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.

supernaiter avatar Aug 11 '22 14:08 supernaiter

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.

sw005320 avatar Aug 11 '22 18:08 sw005320

Thank you for your reply. Is there any tool or way to convert espnet1 project or model to espnet2's?

supernaiter avatar Aug 12 '22 17:08 supernaiter

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).

sw005320 avatar Aug 12 '22 17:08 sw005320

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

supernaiter avatar Aug 13 '22 08:08 supernaiter

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

sw005320 avatar Aug 13 '22 13:08 sw005320

Ok, I'll make an issue in https://github.com/espnet/espnet/issues/4571

supernaiter avatar Aug 14 '22 10:08 supernaiter