emadeldeen24 / TSLANet

[ICML 2024] A novel, efficient approach combining convolutional operations with adaptive spectral analysis as a foundation model for different time series tasks
https://arxiv.org/abs/2404.08472
MIT License
119 stars 21 forks source link

Request for Access to Anomaly Detection Code #3

Closed permanent322 closed 4 months ago

permanent322 commented 4 months ago

Your work has been incredibly insightful, and I believe it could greatly assist my current research. I am particularly interested in the anomaly detection component of your project. I have reviewed the documentation and code available in the repository, but I am unable to locate the specific code pertaining to anomaly detection. It would be immensely helpful for my studies if I could access this part of the code. Would it be possible for you to provide me with the anomaly detection code or guide me on how to access it?

emadeldeen24 commented 4 months ago

For anomaly detection experiments, we used the same code in https://github.com/DAMO-DI-ML/NeurIPS2023-One-Fits-All/tree/main/Anomaly_Detection but replaced the model with ours.