Open iqram1337 opened 10 months ago
The reason might be found in these two lines of code: if np.mod(data.shape[-1], 3000) == 1: # 3001=>3000
and data = data[..., :-1]
(←in data_reader.py). Commenting them out should allow the program to run successfully.Please forgive my poor English QAQ
i try to run batch prediction with command: "python deepdenoiser/predict.py --format=mseed --model_dir=model/190614-104802 --data_dir=test_data/ --data_list=test_data/testing.csv --sampling_rate=100 --plot_figure --save_signal --save_noise"
but getting an error:
this is my input data: