AI4EPS / PhaseNet

PhaseNet: A Deep-Neural-Network-Based Seismic Arrival Time Picking Method
MIT License
268 stars 111 forks source link

Could you update the code version to adapt to tensorflow-2.16.2 and keras-3.0? #90

Open fmingsl opened 3 months ago

fmingsl commented 3 months ago

Today I use env.yml to create a new environment to run predict.py, and it has an AttributeError: conv2d is not available with Keras 3 which in model.py.My env version is tensorflow-2.16.2 and keras-3.4.1.