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

Value Error with predictor line #311 #170

Open
jjneilson opened this issue Oct 15, 2024 · 0 comments
Open

Value Error with predictor line #311 #170

jjneilson opened this issue Oct 15, 2024 · 0 comments

Comments

@jjneilson
Copy link

Traceback (most recent call last):
File "model_test_mseed.py", line 16, in
batch_size=800)
File "/home/jneilson/anaconda3/envs/eqt/lib/python3.7/site-packages/EQTransformer/core/mseed_predictor.py", line 311, in mseed_predictor
predD, predP, predS = model.predict_generator(pred_generator)
ValueError: not enough values to unpack (expected 3, got 0)
Above is error that I am receiving, running a Ubuntu Linux install in a conda env. I am using custom data, but all is in correct format and works on a batch size of 100, but fails on any size above that. Any help is appreciated.

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