gzerveas / mvts_transformer

Multivariate Time Series Transformer, public version
MIT License
727 stars 171 forks source link

Something wrong when training from scratch #21

Closed xiqxin1 closed 1 year ago

xiqxin1 commented 1 year ago

Hello

I want to pre-train the model from the very beginning using your data. I've tried your classification command, but many bugs occur.

Does anyone successfully run the code from scratch?

BTW, how to perform mask in the code?

gzerveas commented 1 year ago

Hi, you have to be very specific with respect to what command you are running and what errors you are getting. A lot of people have successfully run the code from scratch, some getting better numbers than mine :) My answer about masking is in the thread of the separate Issue you have opened.

xiqxin1 commented 1 year ago

Thanks a lot, I think the dataset in the classification task does not match, but for the regression task it is fine. Thank you!