BirdNET-Analyzer icon indicating copy to clipboard operation
BirdNET-Analyzer copied to clipboard

Seg fault on training

Open ysims opened this issue 1 year ago • 1 comments

Hello!

I am on Linux (Pop!_OS 22.04) and trying to train BirdNET with my own data, as per the readme. I have been unable to get the training going as it appears my versions of Tensorflow and Keras don't match what is needed. I noted that the readme says that Tensorflow 2.5 or later is required, but trying 2.8 gives an error on Keras as early stopping didn't take start_from_epoch as an argument back then, and trying later versions (2.9, 2.10, 2.15) results in a seg fault on an import Keras line.

What version of Tensorflow and Keras are known to work?

Thanks!

ysims avatar Feb 05 '24 22:02 ysims