Open yinqk opened 6 years ago
To run the code, you need Python with the tensorflow and keras libraries. Instructions: 1) I suggest you to download the Anaconda package for Python 3 (https://www.anaconda.com/download/). It provides lots of useful packages (numpy, scipy, and others). *Check the box to include it in the PATH, it will ease your life
2) Install tensorflow, either CPU or GPU (for GPU you need to have CUDA working on your machine):
pip install tensorflow
for GPU, use the following:
pip install tensorflow-gpu
3) Install keras:
pip install keras
I was able to run the code on a windows, so I believe you'll have no problems
can you tell me how to run this code on windowns,please.....