https://github.com/Microsoft/CNTK
Raw File
Tip revision: 025f068b3baf0a932124d8bbb291593a7f331c44 authored by Spandan Tiwari on 20 July 2018, 21:34:22 UTC
Overhaul of ONNX AveragePool and MaxPool import. Pad op insertion removed.
Tip revision: 025f068
.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