plot generator

This commit is contained in:
Tomasz Łysiak 2019-05-16 12:33:45 +02:00
parent 20a2a3eff6
commit 429f2a3a6e

View File

@ -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