FunASR
FunASR copied to clipboard
Passing wrong arguments into compute_mask_indices
In line 338 of funasr/models/emotion2vec/base.py we pass 4 arguments into compute_mask_indices (add_masks, seed, epoch, indices), which are not present in the function definition in fairseq_modules.py https://github.com/modelscope/FunASR/blob/1af68ba6ffc21d4dc3bd5f01cda656def97e361c/funasr/models/emotion2vec/base.py#L338