CoolFace
Modelpublic

MONAI/breast_density_classification

sourceHugging Faceupdated 1y agoView on Hugging Face
2likes
logging.conf22 linesDownload Raw Back to configs
1[loggers]2keys=root3 4[handlers]5keys=consoleHandler6 7[formatters]8keys=fullFormatter9 10[logger_root]11level=INFO12handlers=consoleHandler13 14[handler_consoleHandler]15class=StreamHandler16level=INFO17formatter=fullFormatter18args=(sys.stdout,)19 20[formatter_fullFormatter]21format=%(asctime)s - %(name)s - %(levelname)s - %(message)s22