Part Number: PROCESSOR-SDK-DRA8X-TDA4X
Tool/software: TI C/C++ Compiler
hi.
I want to use scale layer with caffe like this:
but the result is different form my expectation.
I found tidlModleImport use FLT_MIN (1.175494351E-38) as the minimum value of float type to determine the range and maximum value of a parameter for batchnorm, (tidl_import_common.cpp)
In this code, I think it doesn't work properly if all the input data has a negative value.
How to use scale layer with negative weights?
Thanks