kaist-dmlab / CrossMatch

Implementation of the paper "Context Consistency Regularization for Label Sparsity in Time Series" (ICML'23)
MIT License
20 stars 17 forks source link

Can I apply CrossMatch to Transformer-based networks? #6

Closed e0jun closed 8 months ago

e0jun commented 8 months ago

Hello author, Thanks for the release of the code of your paper. I love your work.

Can I apply CrossMatch to Transformer-based networks? If not, what's the reason?

I appreciate any help you can provide.

YoojuShin commented 8 months ago

Sure, it's totally possible as transformer is a bidirectional model.