Alexander Dokuchaev

Results 13 issues of Alexander Dokuchaev

### 🐛 Describe the bug ```python import torch import torch.nn.functional as F weight = torch.ones([16, 1, 32]) bias = torch.ones([16]) stride, padding, dilation, groups = (1, 16, 1, 16) input_1...

### Changes Removed --index-url to run test with cuda12.1

documentation
NNCF PT

### Changes Using tabulate instead of texttable package to create tables. ### Reason for changes Avoid installation two packages to same task. Tabulate is optional dependencies of pandas package, that...

dependencies
NNCF PT
NNCF Common

### Changes - Get layer attributes by args, kwargs for `conv`, `batch_norm`, `group_norm` and `linear` functions. - Extract submodules for FBC for custom `conv` and `batch norm` modules. - Add...

NNCF PT
NNCF Common
NNCF PTQ

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

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

NNCF PT
NNCF PTQ

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

NNCF PT
NNCF OpenVINO
NNCF ONNX

### Changes Add custom custom implementation of functools.singledispatch with custom arguments 'wrapper_type' to select wrapper function. Remove `np.errstate` from divide function because it degrades performance, to disable warning add `disable_error_handling`...

documentation
experimental
NNCF PTQ

### Changes Added dispatcher for tensor to simplify register function, that base on signature of functions. Removed _binary_op_nowarn, _binary_reverse_op_nowarn

documentation
experimental