Closed YuyaKobayashi closed 5 years ago
Seems good to me.
Currently I am implementing weight size calculation for dilation.
Do not merge this PL
I added weight packing and weight size calculation for dilation convolution but this does not work correctly. I am debugging.
now fixed the bug and the tool generate the weight file with the same size as the tool calculated.
There is no bug on dilation currently because DenseASPP ran correctly.
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