You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
fmingsl
changed the title
Could you update the code version to adapt tp tensorflow-2.16.2 and keras-3.0?
Could you update the code version to adapt to tensorflow-2.16.2 and keras-3.0?
Jul 31, 2024
I am having the same trouble and unable to use the PhaseNet on my computer, because I use MacOS 13 and there is tensorflow only >2.16 to the MacOS13. It would be nice if the developers could give a help!
Hi, Thank you for reporting. I tried to freeze the environment. Please have a try of the updated yaml file for both linux and mac: https://github.com/AI4EPS/PhaseNet
Let me know if you encounter any issues.
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.The text was updated successfully, but these errors were encountered: