panzheyi / ST-MetaNet

The codes and data of paper "Urban Traffic Prediction from Spatio-Temporal Data Using Deep Meta Learning"
MIT License
194 stars 73 forks source link

Which part of code loads BJ_POI.h5 and BJ_ROAD.h5 files? #11

Closed SuminHan closed 3 years ago

SuminHan commented 3 years ago

Hello, thank you for sharing your work.

I wonder where do you load the above two files(BJ_POI.h5 and BJ_ROAD.h5) as extra meta data for the model.

Thanks

SuminHan commented 3 years ago

Sorry, I found later it's only used during preprocessing. I see