https://github.com/Microsoft/CNTK
Raw File
Tip revision: ee21e807dc60e579d653fe975d8f6623023a4238 authored by Spandan Tiwari on 22 August 2018, 22:43:39 UTC
Updating convolution to work with lowerPad/upperPad, and fixing conv and pooling export.
Tip revision: ee21e80
.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