Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

   pip install Keras (but first: conda install pip) <done> 

   pip install nltk <done>

   pip install http://cntk.ai/...whl (I need to google how to install Microsoft CNTK for http path) <skip>Microsoft CNTK python)

   pip install https://cntk.ai/PythonWheel/GPU/cntk_gpu-2.7.post1-cp36-cp36m-win_amd64.whl (chose for NVIDEA GPU)

   In [3]: pip install https://cntk.ai/PythonWheel/GPU/cntk_gpu-2.7.post1-cp36-cp36m-win_amd64.whl
   ERROR: cntk_gpu-2.7.post1-cp36-cp36m-win_amd64.whl is not a supported wheel on this platform.
   Note: you may need to restart the kernel to use updated packages.

   pip install -c peterjc123 pytorch <did not work>

...