[NeurIPS 2023] The official repo for the paper: "Time Series as Images: Vision Transformer for Irregularly Sampled Time Series"."
111
stars
8
forks
source link
A code error for translating static features to text features #11
Closed
YunwonTae closed 5 months ago
Shouldn't the below line of the code be "desc.append(f"{static_demogr[2]} cm")" instead of "desc.append(f"{static_demogr[0]} cm")"?
https://github.com/Leezekun/ViTST/blob/7774e593754e8ace77e7f1e14097f3d2705c6303/dataset/P12data/process_scripts/ConstructImage.py#L115-L116