You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
python: can't open file 'run.py': [Errno 2] No such file or directory
there is no 'run.py' now, maybe need change to 'predict.py'
btw : your software so cool
The text was updated successfully, but these errors were encountered:
After I checked, the run.py file had been deleted. in this link: 4f0ce5f
So, i change the command to be like this:
python phasenet/predict.py --mode=pred --model_dir=model/190703-214543 --data_dir=demo/mseed --data_list=demo/fname.csv --result_dir=output --batch_size=20 --format=mseed
Check figures of waveform and predictions:
python phasenet/predict.py --mode=pred --model_dir=model/190703-214543 --data_dir=demo/mseed --data_list=demo/fname.csv --result_dir=output --plot_figure --batch_size=20 --format=mseed
python: can't open file 'run.py': [Errno 2] No such file or directory
there is no 'run.py' now, maybe need change to 'predict.py'
btw : your software so cool
The text was updated successfully, but these errors were encountered: