openvino/inference-engine
Maksim Doronin 0a0d854284
[IE][VPU]: Mish decomposition (#3411)
Introduce vpu ngraph transformation that decomposes Mish layer with the following formula: mish(x) = x * tanh(ln(exp(x) + 1)). It is needed to fix the accuracy drop of Yolo-v4 public model that happened due to Mish implementation in the myriad plugin is not accurate enough. It is just a workaround and will be removed when Mish layer will be improved.
map: 70.97% (ref: 70.96%)
coco_precision: 73.50% (ref 73.49%)
2020-11-30 18:00:46 +03:00
..
cmake CMake installation rules for 3rd party components (#2944) 2020-11-30 12:29:30 +03:00
ie_bridges [Python API] fix memleak in read_network from buffer (#3345) 2020-11-27 16:52:20 +03:00
include Significant documentation fixes (#3364) 2020-11-26 14:32:12 +03:00
samples CMake installation rules for 3rd party components (#2944) 2020-11-30 12:29:30 +03:00
scripts Moved code style cmake scripts to a common place (#3228) 2020-11-26 15:38:55 +03:00
src [IE][VPU]: Mish decomposition (#3411) 2020-11-30 18:00:46 +03:00
tests CMake installation rules for 3rd party components (#2944) 2020-11-30 12:29:30 +03:00
tests_deprecated [CPU BF16] Bfloat16 inference optimizations (#2633) 2020-11-27 13:30:13 +03:00
thirdparty [IE CLDNN] Allow fusing FQ to deconvolution (#2875) 2020-11-30 14:40:57 +03:00
tools CMake installation rules for 3rd party components (#2944) 2020-11-30 12:29:30 +03:00
.editorconfig publish master branch snapshot, revision 49482ae3bea0cbaa07474f86f36db11943142687 2020-05-13 21:12:22 +03:00
CMakeLists.txt Enabled code-style for OpenVINO folder (#3385) 2020-11-27 06:21:30 +03:00