https://github.com/Microsoft/CNTK
Raw File
Tip revision: 58f810fed055dc1b795b66ec8d3492dfbdfef968 authored by liqfu on 22 September 2018, 16:53:27 UTC
update with ONNX1.3 and latest onnxruntime
Tip revision: 58f810f
.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
back to top