Implement ops for style transfer model#36
Implement ops for style transfer model#36huningxin merged 11 commits intowebmachinelearning:masterfrom
Conversation
including: - reduceLogSumExp - reduceMax - reduceMean - reduceMin - reduceProduct - reduceSum
@huningxin Yes, I will fix cts part, thanks. |
BruceDai
left a comment
There was a problem hiding this comment.
Thanks @huningxin, LGTM.
I verified this pr, all 431 tests passed by running in node.js and in Chrome browser.
|
@BruceDai I also fixed the build-docs script according to typedoc dependency update. And similar to webmachinelearning/webnn#151, I also fixed this repo. Please take another look. |
|
cc @anssiko |
|
@huningxin, thanks! LGTM, all ops that required by style transfer sample have been included in this PR. |
@huningxin LGTM, thanks. |
|
Thanks for the review. Let's merge it and unlock the development of style transfer sample. |
fix #34
@BruceDai , PTAL. As this PR includes the API change of conv2d and pool2d, the cts needs to be fixed. Please help fix them. I excluded the cts in the npm test script. Once you fix the cts, please re-include them.
@Honry please also take a look from style transfer sample perspective.
Thanks!