1
0
mirror of https://github.com/alibaba/EasyCV.git synced 2025-06-03 14:49:00 +08:00

5 lines
104 B
Python
Raw Normal View History

2022-04-02 20:01:06 +08:00
try:
from .quantize_utils import calib, quantize_config_check
2022-04-02 20:01:06 +08:00
except ImportError as e:
print(e)