Open Jeremaiha-xmetix opened 4 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
@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
I have tried running the repository in various ways and none of them was successful. Can someone please care to lay a hand ?