EasyCV/easycv/toolkit/prune/__init__.py

5 lines
88 B
Python

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