Skip to content

v1.3.3

Compare
Choose a tag to compare
@disktnk disktnk released this 09 Mar 09:19
· 436 commits to master since this release
7d0a178

New Feature

  • Support export_testcase function, to output model.onnx and test data set, defer to ONNX example (#105)
    • Support to output gradients (#116)
  • Support new functions
    • SoftmaxCrossEntropy (#107)
    • Unpooling2D (partially supported) (#110)
  • 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

  • Stop using Docker on CI (#115)
  • Change directory structure of output on testing (#117, #127)
  • Add coverage report (#122)