DigitalMediaProfessionals / tool

DV network conversion tool
Apache License 2.0
0 stars 1 forks source link

Add option to transpose weight instead of transpose input/output #69

Closed ZongHong-Lyu closed 5 years ago

ZongHong-Lyu commented 5 years ago

Currently the input/output needs to be transposed. This commit added the option to transpose weight matrix instead so can use original input/output directly.

It's been tested on SegNetBasic demo application. But their is some performance drop, so I set the default to not use it.

ZongHong-Lyu commented 5 years ago

I've resolved the conflict after merge the deconv branch. Please review.

YuyaKobayashi commented 5 years ago

close #24