smousavi05 / EQTransformer

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

OSError: SavedModel file does not exist at: ../ModelsAndSampleData/EqT_original_model.h5/{saved_model.pbtxt|saved_model.pb} #155

Closed Pengling2022 closed 1 year ago

Pengling2022 commented 1 year ago

Hello, I have this error when running the sample code, how should I solve it?

thank you very much!

ayunriaainun commented 6 months ago

Hello, I am also facing the same problem. Have you found a way to resolve it?

Thank you

Pengling2022 commented 6 months ago

Hi,

I had solved this problem. you can change the model path and other path with your computer local path. It's best that the path is complete.

such as: 'D:\EQTransformer\ModelsAndSampleData\EqT_model_conservative.h5'

best wishes!

pengling2022

@. | ---- Replied Message ---- | From | @.> | | Date | 3/11/2024 23:44 | | To | @.> | | Cc | @.> , State @.***> | | Subject | Re: [smousavi05/EQTransformer] OSError: SavedModel file does not exist at: ../ModelsAndSampleData/EqT_original_model.h5/{saved_model.pbtxt|saved_model.pb} (Issue #155) |

Hello, I am also facing the same problem. Have you found a way to resolve it?

Thank you

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you modified the open/close state.Message ID: @.***>

ayunriaainun commented 6 months ago

Thank you for your help, it's perfectly successful now.