BirdNET-Analyzer
                                
                                 BirdNET-Analyzer copied to clipboard
                                
                                    BirdNET-Analyzer copied to clipboard
                            
                            
                            
                        Seg fault on training
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!