mqwfrog / MHCCL

MHCCL: Masked Hierarchical Cluster-wise Contrastive Learning for Multivariate Time Series - a PyTorch Version (AAAI-2023)
30 stars 10 forks source link

Why do you use conv2d instead of conv1d with time-series data? #2

Closed blacksnail789521 closed 1 year ago

blacksnail789521 commented 1 year ago

Within your implementation, you guys used conv2d in ResNet implementation. Just out of curiosity, why don't you use conv1d, which is the norm in the time-series domain? Thanks.

blacksnail789521 commented 1 year ago

Duplicate issue