mindspore_gs.pruner

Pruner algorithms.

import mindspore_gs.pruner as pruner

SCOP Algorithm

mindspore_gs.pruner.PrunerKfCompressAlgo

PrunerKfCompressAlgo is a subclass of CompAlgo, which implements the use of high imitation data to learn and discover redundant convolution kernels in the SCOP algorithm.

mindspore_gs.pruner.PrunerFtCompressAlgo

PrunerFtCompressAlgo is a subclass of CompAlgo that implements the ability to remove redundant convolution kernels and fully train the network.