amiya

Results 3 comments of amiya

i guess this is still open means no pre-trained model exist yet.

I am still getting this error ``` ConfigKeyError: Key 'eval_wer' not in 'AudioPretrainingConfig' full_key: eval_wer reference_type=Optional[AudioPretrainingConfig] object_type=AudioPretrainingConfig ``` while running the code ``` import torch import fairseq cp_path = '../w2v_large_lv_fsh_swbd_cv_ftsb300_updated.pt'...

@patrickvonplaten , I have updated _AudioPretrainingConfig_ with class attributes _AudioFinetuningTask_ which are not inside _AudioPretrainingConfig_ which are causing error. But now new attribute is missing which is **target_dict** and showing...