qiuqiangkong / audioset_tagging_cnn

MIT License
1.32k stars 249 forks source link

ERROR - code is too big #27

Open shiyu22 opened 3 years ago

shiyu22 commented 3 years ago

When I run panns-reference with CPU, it shows "ERROR - code is too big".

Is panns-reference only available on GPU? Why does this error occur when using the CPU?

qiuqiangkong commented 3 years ago

PANNs should work on CPU. One possible reason is you are running out of memory. Try to inference a 2-second audio clip and see if this problem still exist?