zehuiwu / MMML

Multi-Modality Multi-Loss Fusion Network
43 stars 7 forks source link

Hi,I'm a new comer of MSA.I want to start with your paper.But when I run run_audio.py,a KeyError: 'mode' occurred during runtime.Could you tell me how to fix it? #6

Open gongxuanchi opened 1 week ago

gongxuanchi commented 1 week ago

df = pd.read_csv(csv_path) df = df[df['mode']=='train'].reset_index()

error:KeyError: 'mode'