smousavi05 / EQTransformer

EQTransformer, a python package for earthquake signal detection and phase picking using AI.
https://rebrand.ly/EQT-documentations
MIT License
311 stars 150 forks source link

Got warning RNN `implementation=2` is not supported #143

Open Aaaapril4 opened 2 years ago

Aaaapril4 commented 2 years ago

Got an debug information saying

[DEBUG] [tensorflow] RNN `implementation=2` is not supported when `recurrent_dropout` is set. Using `implementation=1`.
DEBUG:tensorflow:RNN `implementation=2` is not supported when `recurrent_dropout` is set. Using `implementation=1`.

after updating the package from the code. I have tried on both tensorflow 2.5.1 and 2.10.0, both have the same issue, and tensorflow 2.5.1 cannot load the model correctly. Is this information important?

smousavi05 commented 2 years ago

@Aaaapril4 This is for sure just due to the TF versions. Have you tried SeisBech Implementation?

Aaaapril4 commented 2 years ago

Not yet, I installed from source code.