https://github.com/Microsoft/CNTK
Raw File
Tip revision: 0c1d2836239f8030eb80bb781d989961cb2a0f77 authored by liqfu on 22 November 2018, 16:56:07 UTC
update latest onnx and onnxruntime, fix shape inference
Tip revision: 0c1d283
.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