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

Bi LSTM residual. #134

Closed Erik-BM closed 2 years ago

Erik-BM commented 2 years ago

At https://github.com/smousavi05/EQTransformer/blob/01bf112a00c1a3bbb43adb2c7dba3e21b5fbcdb9/EQTransformer/core/EqT_utils.py#L2596 you claim it is a residual block, but it is not. What is correct here?

smousavi05 commented 2 years ago

@Erik-BM this is a specific type of residual block called network-in-network block.

Erik-BM commented 2 years ago

@smousavi05 ok, thank you for the clarification. Closing this.