https://github.com/Microsoft/CNTK
Revision fca139674ceee52eee840b9933b7cea08db30697 authored by Bowen Bao on 18 October 2018, 23:42:36 UTC, committed by Bowen Bao on 31 October 2018, 22:46:56 UTC
* onnx_test_runner.exe will be called on win64 GPU tests to verify if
the output data produced by CNTK in onnx_op_test and
onnx_model_test(cntk_model_test) matches in onnxruntime.
1 parent cdd18d2
Raw File
Tip revision: fca139674ceee52eee840b9933b7cea08db30697 authored by Bowen Bao on 18 October 2018, 23:42:36 UTC
Add onnx_test_runner verification in CI.
Tip revision: fca1396
.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