DigitalMediaProfessionals / tool

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

Keras dilation support #41

Closed YuyaKobayashi closed 5 years ago

YuyaKobayashi commented 5 years ago

Support Dilation Conv by Keras. (Caffe is not supported yet).

This change outputs the same source as the main branch do in dv-sdk/application.

close #40

ZongHong-Lyu commented 5 years ago

Seems good to me.

YuyaKobayashi commented 5 years ago

Currently I am implementing weight size calculation for dilation.

Do not merge this PL

YuyaKobayashi commented 5 years ago

I added weight packing and weight size calculation for dilation convolution but this does not work correctly. I am debugging.

YuyaKobayashi commented 5 years ago

now fixed the bug and the tool generate the weight file with the same size as the tool calculated.

YuyaKobayashi commented 5 years ago

There is no bug on dilation currently because DenseASPP ran correctly.