https://github.com/Microsoft/CNTK
Revision abf09855eb9381cf22b32c772c1e70a50afafa4b authored by liqfu on 27 June 2019, 17:25:47 UTC, committed by liqfu on 27 June 2019, 17:25:47 UTC
1 parent ef67317
Raw File
Tip revision: abf09855eb9381cf22b32c772c1e70a50afafa4b authored by liqfu on 27 June 2019, 17:25:47 UTC
transpose batch with dir before reshape to [seq, batch, dir*hidden] for RNN ops
Tip revision: abf0985
.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