mindspore_gs.pruner
Pruner algorithms.
import mindspore_gs.pruner as pruner
SCOP Algorithm
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. |
|
PrunerFtCompressAlgo is a subclass of CompAlgo that implements the ability to remove redundant convolution kernels and fully train the network. |