bmsasilva/soundClass

Running SoundClass on MacBook Pro M1 Pro...Not working

Closed this issue · 3 comments

Hello,

I'm currently putting up the example on your paper title: "soundClass: An automatic sound classification tool for biodiversity monitoring using machine learning". I'm using a MacBook Pro M1 Pro and I got the following problem while trying to run it. I did run it on a Windows Computer with no GPU and it worked. However, I'd like to take advantage of the GPU available in my hardware. After running the Epoch 1/20, I got the following error (attached figure). Could you help me out?

Screen Shot 2022-09-12 at 18 53 17

Screen Shot 2022-09-12 at 18 51 58

Hi,
from what I can see from the screenshot, the error is caused by a python segfault (i.e. a program is trying to read or write an illegal memory location). This error is most certainly related with the usage of the GPU by keras and unfortunately we cannot help you with this issue. Nevertheless, going directly to keras (https://github.com/keras-team/keras/issues) is probably the best way to find help on this issue.
Regards

Thanks @bmsasilva. I'll keep working on the issue. Let you know how it solve it when it happens.

@jrevueltaa