microsoft / Semi-supervised-learning

A Unified Semi-Supervised Learning Codebase (NeurIPS'22)
https://usb.readthedocs.io
MIT License
1.37k stars 182 forks source link

Global logger? #233

Open pizhn opened 1 month ago

pizhn commented 1 month ago

While working on the code, I noticed that there are no global loggers set up in the codebase. Currently, loggers are only tied to the trainer, which has led to scattered print statements throughout. Would you consider refining logging system to improve the development experience?