Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Picks biased onto samples divisible by 100? #166

Open
JoshRichW opened this issue Apr 12, 2024 · 0 comments
Open

Picks biased onto samples divisible by 100? #166

JoshRichW opened this issue Apr 12, 2024 · 0 comments

Comments

@JoshRichW
Copy link

Hi there,

I've noticed something weird with the performance of the EQT model - specifically the original model file.
I tried loading the model and then running it on the 100samples.hdf5 data to seem how it performs.
For this, I noticed the P picks were preferentially happening on 100 sample (1 second) boundaries.
For example, here is the list of the locations of the max probability for each of those 100 samples:
image

Note that many of them are exactly on 100 sample boundaries - this is without any additional logic, just by selecting the index of max probability on the predictions that come out of the model.

I tested to see whether this was a tensorflow versioning issue - I've tried both tensorflow 2.6 and 2.11 and confirmed that both setups have the same issue. I also tested with some other 100 Hz data and noticed the same behavior.

Any ideas? It doesn't seem to happen quite as much when using the conservative model:
image
Although it does still happen to some degree.

I did not apply any preprocessing to the data in the hdf file.

Any information you can give me would be much appreciated.

Thanks,
Josh W

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant