pytorch_nndct.get_pruning_runner - 2.0 English

Vitis AI Optimizer User Guide (UG1333)

Document ID
UG1333
Release Date
2022-01-20
Version
2.0 English

This API has the following methods:

get_pruning_runner(model, inputs, method)
model
A torch.nn.Module object to prune.
inputs
A single or a list of torch.Tensor used as inputs for model inference. It need not be real data. It can be a randomly generated tensor of the same shape and data type as the real data.
method
Either be 'iterative' or 'one_step'.