espnet / espnet_model_zoo

ESPnet Model Zoo
Apache License 2.0
241 stars 39 forks source link

Using an original model trained in espnet1 #66

Open supernaiter opened 2 years ago

supernaiter commented 2 years ago

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.

sw005320 commented 2 years ago

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.

supernaiter commented 2 years ago

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

sw005320 commented 2 years ago

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

supernaiter commented 2 years ago

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

sw005320 commented 2 years ago

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

supernaiter commented 2 years ago

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