Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add padding for convTranspose2d ops of fast style transfer example (#208
) According to ONNX ConvTranspose op spec [1], the shape of the output can be explicitly set which will cause pads values to be auto generated. The previous code misses the padding that will cause WebNN output size validation error. [1]: https://onnx.ai/onnx/operators/onnx__ConvTranspose.html
- Loading branch information