Aleksei Kashapov

Results 10 issues of Aleksei Kashapov

### Changes Extend graph tests with new detection and classification modesl; Add ONNX metatypes ### Reason for changes To cover all metatypes in the models ### Related tickets 88882 ###...

experimental

What is the reason for logging the message - "Please, provide execution parameters for optimal model initialization"? When I run the code below I see this message. It could confuse...

# Bug Report ### Is the issue related to model conversion? No ### Describe the bug When I try to `convert_version()` function for Mask RCNN or Faster RCNN models from...

bug
version converter

## Reopend #1255 ### Changes Add pre-quantization step in ONNXMinMaxQuantization to add nodes in ignored scope. Fix incorrect default parameters creation for PostTrainingQuantization and ONNXMinMaxQuantization. Now all parameters needed for...

NNCF Common
experimental

### Changes Boost up requirements; Remove skl2onnx from requirements; Remove add_input_from_initializer ### Reason for changes ### Related tickets 91534 ### Tests No tests

dependencies
experimental

### Changes Add a new advanced bool option for quantization - `batchwise_statistics`. When set to _True_ then statistics collection for supported algorithms (see below) are calculated with the assumption that...

NNCF PT
NNCF Common
experimental
NNCF OpenVINO
NNCF ONNX
API
NNCF PTQ

### Context One of the most frequently used algorithm inside NNCF is [PostTrainingQuantization](https://github.com/openvinotoolkit/nncf/blob/develop/nncf/quantization/algorithms/post_training/algorithm.py#L32). This algorithm operates within a pipeline structure, comprising multiple steps. Each step is independent and may involve...

good first issue

### Changes Do not add edges for the output node if it has no parents. E.g. output is put on the initializer. ### Reason for changes 125248 ### Related tickets...

NNCF ONNX

### Changes Replace model at tests from OMZ models to analogs at `tests/torch/test_models`. All graph, scales references were updated accordingly. New dependency for OV tests were added: `timm`, `addict`, `efficientnet_pytorch`...

NNCF OpenVINO

### Changes ### Reason for changes ### Related tickets ### Tests

NNCF PT
NNCF OpenVINO
NNCF ONNX
NNCF PTQ