https://github.com/Microsoft/CNTK
Raw File
Tip revision: 6b72436abd59225d70cc1eaef090775eb4589cf7 authored by Thiago Crepaldi on 09 April 2019, 19:54:42 UTC
Adds CNTK libs folder to LD_LIBRARY_PATH at CNTK init routine on Python
Tip revision: 6b72436
.gitmodules
[submodule "Source/Multiverso"]
	path = Source/Multiverso
	url = https://github.com/Microsoft/Multiverso
[submodule "external/gsl"]
	path = external/gsl
	url = https://github.com/Microsoft/GSL.git
	branch = d846fe5
[submodule "Source/CNTKv2LibraryDll/proto/onnx/onnx_repo"]
	path = Source/CNTKv2LibraryDll/proto/onnx/onnx_repo
	url = https://github.com/onnx/onnx.git
[submodule "Source/CNTKv2LibraryDll/proto/onnx/onnxruntime"]
	path = Source/CNTKv2LibraryDll/proto/onnx/onnxruntime
	url = https://github.com/Microsoft/onnxruntime.git
back to top