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

problem training EQTransformer with original_compatible=True #98

Open
barcheck opened this issue Jun 13, 2022 · 0 comments
Open

problem training EQTransformer with original_compatible=True #98

barcheck opened this issue Jun 13, 2022 · 0 comments
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@barcheck
Copy link

I have encountered a problem implementing transfer learning with the original EQTransformer model (original_compatible=True and .from_pretrained("original")). When I train starting with the "original" model, everything seems to work fine, the weights change, etc. But when I run, for example, eval.py to use the resulting model to predict, all of the "score_detection" values for the predictions are identical for each trace. Other values do change for each trace.

This does not happen if I train starting with .from_pretrained("stead" or "instance")

@yetinam yetinam added bug Something isn't working good first issue Good for newcomers labels Jun 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants