spencerbraun / anomaly_transformer_pytorch

PyTorch implementation of Anomaly Transformer: Time Series Anomaly Detection with Association Discrepancy
MIT License
223 stars 54 forks source link

Dataprocess #3

Open Sunnydx98 opened 2 years ago

Sunnydx98 commented 2 years ago

How should I process my data?The function "get_data" has not been defined.

knightzhong commented 2 years ago

I have the same problem too

bupt-zhouh commented 2 years ago

Has this problem been sovled?

doris-wyz commented 2 years ago

The paper shows the test results of 1-D data, but the output of LayerNorm in AnomalyTransformerBlock is all 0, so how to preprocess the 1-D dataset?

spencerbraun commented 2 years ago

Sorry as noted this is a work in progress and my focus has been on the model. The training script is just a sketch right now, but hope to remedy that soon. Feel free to PR or fork if interested.