https://github.com/Microsoft/CNTK
Revision 3f46cf0269703daa847f63229f6a57212518cec2 authored by Bowen Bao on 26 October 2018, 00:50:19 UTC, committed by Bowen Bao on 03 November 2018, 00:18:07 UTC
* ConvTranspose outputShape: now pads values are always exported even
when outputShape is given. The reason is that CNTK and ONNX have
different padding specs.
* Flatten: in CNTK flatten does not affect batch axis, this should be
preserved in ONNX.
1 parent a19ce9e
History
Tip revision: 3f46cf0269703daa847f63229f6a57212518cec2 authored by Bowen Bao on 26 October 2018, 00:50:19 UTC
Updates on several ONNX exports.
Tip revision: 3f46cf0

back to top