KiriKoppelgaard

Results 4 comments of KiriKoppelgaard

@xjtupanda Great code! This also solves the issue for me. Did you manage to figure out whether dropping keys will have any negative impact on model performance?

I solve the issue by defining a previous version of gcc, like this: cmake .. -DCMAKE_C_COMPILER=gcc-7

@XueMoonLit Ah, sure. Thanks :) Didn't you get the following error after adding the dummy keys? `File "/home/kikop/miniconda3/envs/xls-r/lib/python3.10/site-packages/fairseq/models/wav2vec/wav2vec2_asr.py", line 381, in __init__ w2v_args = convert_namespace_to_omegaconf(state["args"]) KeyError: 'args'` I guess the...