v1.3.3
New Feature
- Support
export_testcase
function, to outputmodel.onnx
and test data set, defer to ONNX example (#105)- Support to output gradients (#116)
- Support new functions
- Change naming rule of parameters, stop using instance ID (#118, #130)
Bug fix
- Stop emitting batch size on Linear operator (#109)
- Deal with intermediate output (#106)
- Handle constant value as scalar on MulConstant, AddConstant, PowVarConst (#114, #131)
- Emit pad value type as float (#123)
- Fix BatchNormalization converting error (#120)
- Stop Numpy
asscalar
warning (#124)
Refactoring
- Change converter design (#104)
- Add
GraphBuilder
helper (#113) - Add to check not supported opset version (#112)
Test improvement