SLIDE 15 Institute of Software,Chinese Academy of Sciences
Future work
§
Memory optimization
v Due to the limited memory, there will be memory
swapping in and out issue
§
Sparse convolution
v The Relu op would result in lots zeros in the data, it
would cause the convolution to be inefficient
§
Model pruning
v Compressing the model parameters through pruning
techniques to make them more suitable for IoT scenes
§
The V instruction set adaptation
v Re-implementing the op operator based on the V
instruction set to improve the efficiency