https://github.com/Microsoft/CNTK
Raw File
Tip revision: c8e55c0b747b213bd5b0b218bf3b0e6775b98b77 authored by Cha Zhang on 05 October 2017, 15:07:26 UTC
Disable Index_64MB_with_caching_check_perf test because it's flaky on Jenkins. Will need further investigation later.
Tip revision: c8e55c0
.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