openvino/inference-engine/src
Maksim Doronin d2e3e1fc00
[IE][VPU]: Mish decomposition (#3412)
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:51:51 +03:00
..
cldnn_engine [IE CLDNN] Gather fix (#3282) 2020-11-23 16:40:17 +03:00
gna_plugin [GNA] Fix import model with header version 2.1 (#3363) 2020-11-27 17:01:59 +03:00
hetero_plugin Hetero KW warning fix (#3107) 2020-11-13 10:53:31 +03:00
inference_engine Disable v10 serealizer (#3184) 2020-11-19 11:34:59 +03:00
legacy_api Fixed klockwork for legacy library (#3320) 2020-11-25 11:14:55 +03:00
low_precision_transformations Fixed static analysis issues (transformations) (#3276) 2020-11-23 17:08:54 +03:00
mkldnn_plugin [CPU] NMS test for the rest of 1st & 2nd outputs. (#3380) 2020-11-27 13:21:52 +03:00
multi_device Fixed static analysis issues (#3254) 2020-11-22 20:42:53 +03:00
plugin_api Fixes for documentation build (#3365) 2020-11-26 14:32:33 +03:00
preprocessing Enable LTO only for Release (#2968) 2020-11-05 11:31:32 +03:00
readers Fix the potential unlimited mem allocation problem (#3347) 2020-11-25 17:41:25 +03:00
transformations Fixes for documentation build (#3365) 2020-11-26 14:32:33 +03:00
vpu [IE][VPU]: Mish decomposition (#3412) 2020-11-30 18:51:51 +03:00
CMakeLists.txt [LPT] CNNNetwork LPT removal (#3035) 2020-11-11 14:56:58 +03:00