silversparro / wav2letter.pytorch

A fully convolution-network for speech-to-text, built on pytorch.
MIT License
126 stars 23 forks source link

Stuck when running test.py #11

Closed bayupriyanta closed 4 years ago

bayupriyanta commented 4 years ago

Hello, I was trying to do training with a custom dataset and managed to produce final_model.pth.rar. When trying to run the testing.py code, I ran into the following circumstances:

gambar

I waited for more than 10 minutes but the state still doesn't change, (still on 0% progress bar). But when I check on the /usr/bin/top, this task state is still R (running) and using 1 CPU thread

gambar

not much change is made to the original code, just trying to run from end to end Has anyone experienced the same thing? Any Idea how to solve it?

vaibhav0195 commented 4 years ago

Hi, Can you please share the screen shot of nvidia-smi command while you are running the test.py? Thanks.

vaibhav0195 commented 4 years ago

Closing issue as no response was provided. Feel free to reopen.