Skip to content

Instantly share code, notes, and snippets.

@vfdev-5
Created September 13, 2016 09:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vfdev-5/3da1078f8702eec86c4cb76e59595bfb to your computer and use it in GitHub Desktop.
Save vfdev-5/3da1078f8702eec86c4cb76e59595bfb to your computer and use it in GitHub Desktop.
Install DIGITS on windows

Install NVIDIA Digits on Windows

  • Follow instructions from here :
  • Setup environment variables :
    • set CAFFE_ROOT=C:\path\to\caffe
    • set PATH=%PATH%;C:\Python27;C:\Python27\Scripts;%CAFFE_ROOT%\Build\x64\Release
    • set PYTHONPATH=%PYTHONPATH%;%CAFFE_ROOT%\Build\x64\Release\pycaffe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment