usail-hkust / t-PatchGNN

Official implementation for ICML24 paper "Irregular Multivariate Time Series Forecasting: A Transformable Patching Graph Neural Networks Approach"
36 stars 4 forks source link

the specific implementation of TRANSFORMABLE PATCHING #5

Open xubin04 opened 1 month ago

xubin04 commented 1 month ago

In your paper, you mentioned TRANSFORMABLE PATCHING, but I did not see the corresponding part in your code implementation. Could you please point out where the specific implementation is?

willzhang3 commented 1 month ago

Please refer to the 'patch_variable_time_collate_fn' and 'USHCN_patch_variable_time_collate_fn' functions in physionet.py and ushcn.py