Advanced Usage ============== NNI supports customized compression process for advanced users and provides some practical tools that are used in the compression process. Users only need to implement the part they care about following the nni interface to use all other related compression pipelines in nni. .. toctree:: :maxdepth: 2 Customize Basic Pruner <../tutorials/pruning_customize> Customize Quantizer <../tutorials/quantization_customize> Customize Scheduled Pruning Process Utilities