microsoft / onnxjs

ONNX.js: run ONNX models using JavaScript
Other
1.75k stars 130 forks source link

Grouped conv #287

Closed duli2012 closed 3 years ago

duli2012 commented 3 years ago

A new implementation for unpacked grouped conv kernel, which is around 3x faster than the existing one.