Skip to content

Commit

Permalink
Priyanshi,Neeraj| Refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
Priyanshi-Shah committed Mar 17, 2021
1 parent 66be026 commit 8ce32a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/wer/wer_wav2vec.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def merge_with_tsv(df, tsv):
#print(tsv_file_2)
#header = str(tsv_file_2.iloc[0,0]) + '/'#.split(' ')[0]
header = tsv_file_2.columns[0] + '/'
print(header)
#print(header)
tsv = tsv_file#.iloc[1:]
#print(tsv)
df['path'] = df['ix'].apply(lambda x: tsv.iloc[x,0])
Expand Down

0 comments on commit 8ce32a6

Please sign in to comment.