Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

ONNX.js v0.1.8

Latest
Compare
Choose a tag to compare
@fs-eire fs-eire released this 28 Aug 20:14
· 36 commits to master since this release
a7d4d4e

Summary

Features

  • webgl: implement operator InstanceNormalization (#200)
  • webgl: support grouped convolution in Conv (#198)
  • cpu: implement operator Pad (#175) and revise (#209)
  • cpu/webgl: implement operator Upsample (#207)

Bug fixes

  • fix web-worker (#208)
  • fix broken module import caused by trailing . (#213)

Misc

  • dependency updates
  • tool: add chromium edge test launcher (#204)
  • deps: update onnxjs-node v1.4.0 (#205)
  • docs: fix typos in API docs. (#171)
  • docs: fix typos in README.md (#173)
  • doc: fix wrong variable name "myOnnxSession" (#176)
  • clean up operator resolve rules (#210)