🚅Search before asking
I have searched for issues similar to this one.
🚅Description
Add more logs, which will help users understand the current process and locate problems (if any).
🏕Solution(optional)
Use from sdgx.utils import logger to initialize a logger, and then use logger.info or other levels to output logs.
🚅Search before asking
I have searched for issues similar to this one.
🚅Description
Add more logs, which will help users understand the current process and locate problems (if any).
🏕Solution(optional)
Use
from sdgx.utils import loggerto initialize a logger, and then uselogger.infoor other levels to output logs.