chengchingwen / Transformers.jl

Julia Implementation of Transformer models
MIT License
511 stars 71 forks source link

More Transformer architectures #69

Open Oblynx opened 2 years ago

Oblynx commented 2 years ago

Hi! We're implementing some transformer architectures like Gated Transformer Networks for Multivariate Time Series Classification. Are you interested in pulling more examples like this?

lazarusA commented 2 years ago

@Oblynx Oh, nice. I was just about to start doing something similar from scratch. Do you have something already that works. A MWE (repo) will be great to have and take a look at . I'm more interested in multivariate time series forecasting. So far, I haven't found a working example. So, I suppose I will start from scratch.

Oblynx commented 2 years ago

We just started but will have news within the week.

On Tue, Jul 20, 2021, 09:20 Lázaro Alonso @.***> wrote:

@Oblynx https://github.com/Oblynx Oh, nice. I was just about to start doing something similar from scratch. Do you have something already that works. A MWE (repo) will be great to have and take a look at .

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/chengchingwen/Transformers.jl/issues/69#issuecomment-883157740, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABHEVLMNYOEO2RDXP2GGPADTYUPUBANCNFSM5AVDK2MQ .

chengchingwen commented 2 years ago

Are you interested in pulling more examples like this?

@Oblynx Sure! That will be nice.