EasyCV/easycv/toolkit/prune/__init__.py
2022-04-02 20:01:06 +08:00

5 lines
88 B
Python

try:
from .prune_utils import get_prune_layer
except ImportError as e:
print(e)