You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import logging
logging.basicConfig(level=logging.INFO)
logger = logging.getLogger(__name__)
logger.info("This is an info message")
from onnxslim.utils import init_logging
init_logging(False)
logger.info("This is an info message")
No description provided.
The text was updated successfully, but these errors were encountered: