https://github.com/Microsoft/CNTK
Revision e54c5bc762f76c27909bcc7577e7f5414b9bea4d authored by liqfu on 17 February 2019, 22:34:57 UTC, committed by liqfu on 17 February 2019, 22:34:57 UTC
1 parent 6afc13f
Raw File
Tip revision: e54c5bc762f76c27909bcc7577e7f5414b9bea4d authored by liqfu on 17 February 2019, 22:34:57 UTC
fix rnn model test py2.7 error
Tip revision: e54c5bc
.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
[submodule "Source/CNTKv2LibraryDll/proto/onnx/onnxruntime"]
	path = Source/CNTKv2LibraryDll/proto/onnx/onnxruntime
	url = https://github.com/Microsoft/onnxruntime.git
back to top