BUAABIGSCity / PDFormer

[AAAI2023] A PyTorch implementation of PDFormer: Propagation Delay-aware Dynamic Long-range Transformer for Traffic Flow Prediction.
MIT License
209 stars 35 forks source link

AttributeError: dataset_class is not found #42

Closed 123456789dsz closed 5 months ago

123456789dsz commented 6 months ago

/PDFormer/libcity/data/utils.py", line 16, in get_dataset raise AttributeError('dataset_class is not found'),这个问题怎么解决

123456789dsz commented 6 months ago

已解决,把numpy设置为1.22就可以了