KDD-OpenSource / DeepADoTS

Repository of the paper "A Systematic Evaluation of Deep Anomaly Detection Methods for Time Series".
MIT License
569 stars 117 forks source link

Unable to run repository #206

Open Jeremaiha-xmetix opened 4 years ago

Jeremaiha-xmetix commented 4 years ago

I have tried running the repository in various ways and none of them was successful. Can someone please care to lay a hand ?

Akhilj786 commented 3 years ago

@Jeremaiha-xmetix The only change i did in the requirements.txt file is tensorflow==1.13.1 and moreover the instructions in the readme are good enough to start. Though i leveraged conda:

conda create --name deepdots-py37  python=3.7
conda activate deepdots-py37
pip install -r requirements.txt
pip install jupyterlab

And you could do example from here: https://github.com/KDD-OpenSource/DeepADoTS#example

trivonhan commented 3 years ago

@Jeremaiha-xmetix The only change i did in the requirements.txt file is tensorflow==1.13.1 and moreover the instructions in the readme are good enough to start. Though i leveraged conda:

conda create --name deepdots-py37  python=3.7
conda activate deepdots-py37
pip install -r requirements.txt
pip install jupyterlab

And you could do example from here: https://github.com/KDD-OpenSource/DeepADoTS#example

Can I ask you how to do next? I can't find the way how to access these file on jupyterlab