When I tried the test_data sac.csv and sac folder files, I encountered the following error:
tensorflow.python.framework.errors_impl.InvalidArgumentError:Cannot add tensor to the batch: number of elements does not match. Shapes are: [tensor]: [18001,1,3],batch]: [180001,3]
How to solve this error problem? Is it because the input sac file contains only 18000 points?
Another question is whether this trained model fits for other seismic waveform containing different numbers of data points? I read from the paper that the model is trained under the waveform of 3000 points(30s and 100Hz)?