How to apply static quantization and pruning to my trained YOLO model using PyCharm?
When i used cubeai,i met some problem which i click anaylze the error is "Unsupported layer types: DynamicQuantizeLinear, ConvInteger".And i saw my model's quantizelinear manner is dynamic.so i want used pycharm to solving my error.i want make a sta...