DeepADoTS icon indicating copy to clipboard operation
DeepADoTS copied to clipboard

Unable to run repository

Open Jeremaiha-xmetix opened this issue 5 years ago • 2 comments

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

Jeremaiha-xmetix avatar Oct 24 '20 21:10 Jeremaiha-xmetix

@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

Akhilj786 avatar Jan 11 '21 23:01 Akhilj786

@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

trivonhan avatar May 02 '21 11:05 trivonhan