Alexander-H-Liu / End-to-end-ASR-Pytorch

This is an open source project (formerly named Listen, Attend and Spell - PyTorch Implementation) for end-to-end ASR implemented with Pytorch, the well known deep learning toolkit.
MIT License
1.18k stars 317 forks source link

libgomp: Thread creation failed: Resource temporarily unavailable #50

Closed nobel861017 closed 4 years ago

nobel861017 commented 4 years ago

Hi, I've run python3 main.py --config config/libri/asr_example.yaml --njobs=12 Everything seems normal until libgomp: Thread creation failed: Resource temporarily unavailable pops out. I got stuck here for quite a while. Did anyone encounter this issue too?

nobel861017 commented 4 years ago

Didn't get this issue after running with GPU mode properly. Closing this issue.