Sooah Lee

Results 14 comments of Sooah Lee

> > @sooahleex, we already have mechanism for ignoring layers, it's implemented here: > > https://github.com/openvinotoolkit/nncf/blob/160990cba0473452955c494b2087c4f4160241c7/nncf/common/pruning/node_selector.py#L279-L305 > > it used at the last step of node selection here: > >...

@daniil-lyakhov This is the draft version

> Please add tests to torch/pruning/filter_pruning/test_algo.py @daniil-lyakhov I added more cases for split/chunk models in tests/torch/pruning/helpers.py. ex.

run pytorch pre-commit tests

I fix the error which occurred due to [PR](https://github.com/openvinotoolkit/nncf/pull/1257).

@ljaljushkin I added the `axis=-1` case through `SplitModel` in tests/torch/pruning/helpers.py. Also, in this case, axis will not be set as `-1` but be `3`. It is the same logic of...

run pytorch pre-commit tests

I added the case of Split->Reshape model and Identity split case as corner cases. Split->Reshape model ![splitreshapemodel](https://user-images.githubusercontent.com/91641705/187597119-3a2c2ef8-613c-41f9-9964-a7df3811648c.png) Identity Split model ![identitysplitmodel](https://user-images.githubusercontent.com/91641705/187597154-394e64b6-6776-4743-809e-19699897a14d.png)

We will cover the reshape check in the different pr related to 90584 ticket. For that ticket and pr, some tests in this pr will be updated for `_is_not_mixing_dim`.

sota eval tf 89 jobs for nightly validation passed.