themockingjester / Human_Scream_Detection_using_ml_and_deep_learning

this project predicts human screams in sound fille
16 stars 12 forks source link

Keras 3 only supports V3 `.keras` files and legacy H5 #2

Open alisolanki opened 5 months ago

alisolanki commented 5 months ago

line 7 of scream_detection_main/modelloader.py

Screenshot 2024-04-03 at 6 00 12 AM
alisolanki commented 5 months ago

I feel there should be a .h5 or .keras file for this

CharlesYi-DEV commented 5 months ago

try pip3 install keras==2.12.0