https://github.com/Microsoft/CNTK
Revision 7ac3bf639ff2724bd9650e3e5bb84923bf8345b0 authored by Bowen Bao on 18 January 2019, 00:52:31 UTC, committed by Bowen Bao on 18 January 2019, 00:52:31 UTC
* Migrate from exporting onnx.ml.OneHotEncoder to onnx.OneHot.
1 parent 4d3c09e
Raw File
Tip revision: 7ac3bf639ff2724bd9650e3e5bb84923bf8345b0 authored by Bowen Bao on 18 January 2019, 00:52:31 UTC
Update export for one hot op.
Tip revision: 7ac3bf6
.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