You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
guynich
changed the title
Pseudo-labelling librispeech_asr train.360: KeyError train-360 when not streaming.
Pseudo-labelling librispeech_asr train.360: KeyError train-360 when not streaming.
Mar 10, 2024
guynich
changed the title
Pseudo-labelling librispeech_asr train.360: KeyError train-360 when not streaming.
Pseudo-labelling librispeech_asr (train.360): KeyError train-360 when not streaming.
Mar 10, 2024
When not streaming this line results in KeyError
train-360
. The pseudo-labelled dataset was not saved after hours of compute.I think this KeyError might be caused by this code line that changes the split name.
My bash script uses the Librispeech_asr split name
train.360
as defined here.The text was updated successfully, but these errors were encountered: