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?
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?