golbin / WaveNet

Yet another WaveNet implementation in PyTorch.
116 stars 30 forks source link

The program is "killed: 9" after running for about 3 minutes #9

Open kqu7 opened 5 years ago

kqu7 commented 5 years ago

The information about my computer is as below: MacBook Pro (15-inch, 2017) Processor: 2.9 GHz Intel Core i7 GPU: 16 GB 2133 MHz LPDDR3

I check the list of GPUs that supports CUDA and my GPU does appear on the list... I also ran the test.py in this repository and there was no problem. However, when I ran train.py, the program was killed after running for 3 minutes. I wonder if this is because my GPU does not support CUDA...