Part Number: TDA2EXEVM
Hi,
I have a SSD based model with 157 layers network(1.38G MACs), and the same problem happens like this issue https://e2e.ti.com/support/arm/automotive_processors/f/1021/p/705745/2604130?tisearch=e2e-sitesearch&keymatch=prototxt#2604130
There is no output, and the monitor is black.
And I see the root cause is that enabling dense convolution for some specific convolution layers causing this crash.
So could you please provide more inflammations about the usage limitation of dense convolution and sparse convolution, maybe it helps for my problem.
By the way, all my convolution settings obey the following guide
– We have tested the kernel size up to 7x7 (Shall work for higher values also, but not validated)
– Dilation is tested with 1,2,4.
– We support only stride 1 and 2. Any value higher than 2 is not supported.
– Dense convolution flow is supported for only 1x1 and 3x3 kernels with stride = 1 and dilation =1
– Maximum number of input and output channel supported in 1024
-Use dense convolution for Convolution layers with width x height < 64x64, as dense convolution is optimal for small resolutions and this value is ignored for non-conv layers.
Please give me a help
Thanks