zyzisyz / mfa_conformer

133 stars 14 forks source link

Why dataloader iteration number is strange? #14

Closed DevKiHyun closed 8 months ago

DevKiHyun commented 8 months ago

Hi, thank you to share your official code of mfa_conformer.

I also implement your score successfully, but I have one of question.

When I run your code, the total number of data loader is 10,912.

Actually, the total number of Vox1&2's utterances is 1,240,651, and batch_size is 200. Then, the estimated iteration numbers should be 6203.

What is 10,912 - 6,203 = 4709 iterations ?

Thanks

DevKiHyun commented 8 months ago

I found that it is just for Eval utterances.