Closed zhong-yy closed 5 months ago
Hi, Dr Zhu. I just tried the latest version and got an error AttributeError: 'str' object has no attribute 'decode', which is caused by line 191 in PhaseNet/phasenet//predict.py
AttributeError: 'str' object has no attribute 'decode'
PhaseNet/phasenet//predict.py
... fname_batch = [x.decode() for x in fname_batch] ...
I notice that this line was added in the latest change https://github.com/AI4EPS/PhaseNet/commit/9f551ca060749ac819a76a76e1ab0ad44f0bcf1c
Is this error due to any change in the input data format?
因为csv中的数据名称和mseed数据名称不一致
名称是一致,我忘记当时怎么解决的了
Hi, Dr Zhu. I just tried the latest version and got an error
AttributeError: 'str' object has no attribute 'decode'
, which is caused by line 191 inPhaseNet/phasenet//predict.py
I notice that this line was added in the latest change https://github.com/AI4EPS/PhaseNet/commit/9f551ca060749ac819a76a76e1ab0ad44f0bcf1c
Is this error due to any change in the input data format?