https://github.com/Microsoft/CNTK
Revision 3765da9ae79324da174d1920ebafe94290b820d9 authored by Manik Jindal on 20 January 2018, 01:59:03 UTC, committed by Manik Jindal on 20 January 2018, 01:59:03 UTC
CNTK installation using pip place dlls in the root folder of the python environment. Unlike Conda, VirtualEnv doesn't add this folder in library search path and hence 'import CNTK' is broken in VirtualEnv. Fix: Place CNTK libraries in site-packages/CNTK/lib and add the same to library search path.
1 parent 997d3a1
History
Tip revision: 3765da9ae79324da174d1920ebafe94290b820d9 authored by Manik Jindal on 20 January 2018, 01:59:03 UTC
Support CNTK installation in VirtualEnv
Tip revision: 3765da9
File Mode Size
Documentation
Examples
Manual
PretrainedModels
Scripts
Source
Tests
Tools
Tutorials
bindings
.clang-format -rw-r--r-- 931 bytes
.gitattributes -rw-r--r-- 3.3 KB
.gitignore -rw-r--r-- 7.4 KB
.gitmodules -rw-r--r-- 211 bytes
CNTK.Common.props -rw-r--r-- 1.6 KB
CNTK.Cpp.props -rw-r--r-- 10.9 KB
CNTK.sln -rw-r--r-- 214.6 KB
CONTRIBUTING.md -rw-r--r-- 210 bytes
CppCntk.vssettings -rw-r--r-- 10.0 KB
LICENSE.md -rw-r--r-- 7.9 KB
Makefile -rw-r--r-- 61.2 KB
README.md -rw-r--r-- 11.5 KB
configure -rwxr-xr-x 34.3 KB

README.md

back to top