Training stops when I try Fine-Tune XLSR-Wav2Vec2 for low-resource ASR

Hi,

I’m learning Wav2Vec2 according the blog link:

And I download the ipynb file and try run it locally.
Fine_Tune_XLSR_Wav2Vec2_on_Turkish_ASR_with_🤗_Transformers.ipynb

All looks file but when I run trainer.train(), it seems stop after a while, and it generate some log files under the folder wav2vec2-large-xlsr-turkish-demo, I send the screen shot to you as following:

I don’t know how to open the file events.out.tfevents.1628152300.tq-sy.129248.2, what’s the problem and how can I debug of it? please help.

Thanks a lot.

It probably stops cause u don’t have enough resources to run the script, I recommend trying to run the script on google collab

OK,Thanks!