plot generator
This commit is contained in:
parent
20a2a3eff6
commit
429f2a3a6e
@ -8,7 +8,6 @@ correct_answers = 0
|
||||
|
||||
for index, row in df_data.iterrows():
|
||||
|
||||
|
||||
wer_result = wer(row[2], row[3])
|
||||
|
||||
df_data.loc[index, 5] = wer_result
|
||||
|
Loading…
Reference in New Issue
Block a user