Skip to content

Latest commit

 

History

History

README.md

English|中文

9_amct

Directory structure and description

Ascend Model Compression Toolkit (AMCT) is a toolkit that compresses models through model compression techniques (such as fusion, quantization, tensor decomposition, etc.). After compression, the model volume becomes smaller and is deployed to Ascend AI After the processing device is installed, low-bit operations can be enabled to improve calculation efficiency and achieve the goal of performance improvement. For more information, please reference to 昇腾社区

This catalog contains usage examples of the basic functions of AMCT tools. Since AMCT has developed tools based on different deep learning frameworks, this warehouse uses multiple folders to manage samples of different tools.

directory description
amct_acl Examples of amct_acl related functions
amct_caffe Examples of amct_caffe related functions
amct_mindspore Examples of amct_mindspore related functions
amct_onnx Examples of amct_onnx related functions
amct_pytorch Examples of amct_pytorch related functions
amct_tensorflow Examples of amct_tensorflow related functions
amct_tensorflow_ascend Examples of amct_tensorflow_ascend related functions
atc Examples of atc related functions