Evgenya Nugmanova

Results 6 comments of Evgenya Nugmanova

The problem is still relevant for me. I would like to use pre-strained models using my custom scripts without a need to take this whole repository with me. And I...

Paper: https://arxiv.org/pdf/1809.03672.pdf Formulas 11-12: ![image](https://user-images.githubusercontent.com/55839243/179698788-bd594aad-6a30-455b-8648-f574dc30ecae.png)

@wang7393 Could you clarify which precision are you aiming for? You mentioned **f16** and here you set **bf16**: `core.set_property(ov::hint::inference_precision("bf16"));` GPU device doesn't support bf16 and you can see it here:...

> Should we run any additional validations, e.g. performance? Could invoking these transformations break other patterns? Full fledge validation is requested. Please perform the code review. Decision on the merge...

@praasz the problem was about this: https://github.com/openvinotoolkit/openvino/blob/master/src/core/src/op/concat.cpp#L45 https://github.com/openvinotoolkit/openvino/blob/master/src/core/include/openvino/op/concat.hpp#L43 https://github.com/openvinotoolkit/openvino/blob/master/src/core/include/openvino/op/concat.hpp#L60:L63 We probably need to remove the normalized axis from the node and return the newly normalized axis on each call of...