mirror of
https://github.com/alibaba/EasyCV.git
synced 2025-06-03 14:49:00 +08:00
5 lines
88 B
Python
5 lines
88 B
Python
try:
|
|
from .prune_utils import get_prune_layer
|
|
except ImportError as e:
|
|
print(e)
|