https://github.com/Microsoft/CNTK
Raw File
Tip revision: 63603e0f70a2d2230e47777284492ad3ed304c7b authored by Peyman Manikashani on 02 July 2018, 18:39:26 UTC
SqueezeNet numbers mistmatch fix (due to an issue on softmax layer)
Tip revision: 63603e0
.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