mirror of
https://github.com/alibaba/EasyCV.git
synced 2025-06-03 14:49:00 +08:00
* compression tutorial * add details of compression tutorial * add env of compression tutorial * update quantize.py code version
5 lines
104 B
Python
5 lines
104 B
Python
try:
|
|
from .quantize_utils import calib, quantize_config_check
|
|
except ImportError as e:
|
|
print(e)
|