https://github.com/Microsoft/CNTK
Raw File
Tip revision: dbf50bcbdc39604a277d818694e6ec9420155221 authored by Spandan Tiwari on 24 July 2018, 19:13:12 UTC
Remove special casing in conv to match length of auto_pad and strides with input dims. Fixes failing onnx backend conv tests.
Tip revision: dbf50bc
.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