xinjli / allosaurus

Allosaurus is a pretrained universal phone recognizer for more than 2000 languages
GNU General Public License v3.0
532 stars 85 forks source link

system not deterministic #23

Open ghost opened 3 years ago

ghost commented 3 years ago

Hello. I faced this issue a few times. It seems that the system is not deterministic. After having run the model several times on the same audio file, sometime a phone or two are replaced. The replacement seems to happen between the 1st and 2nd more likely phones when the probability for the top1 is low.

xinjli commented 3 years ago

Hi, I think I have an update last month to fix this issue. Can you try updating your code into the latest one and see whether it is still happening?

If it still happens, can you upload a sample so I can investigate?

Thanks!