kohya_ss
kohya_ss copied to clipboard
Best practices for hooking into sdxl_train_network.py logging
Firstly, I want to extend my appreciation for the excellent work on the library! It's been immensely helpful. I've been using it for network training, and while it's been smooth sailing for the most part, I've encountered a few hurdles regarding logging the training process. Could you kindly advise on the best practices for logging the status of the network training process? Specifically, I'm interested in ways to hook into the logging process to precisely track each step of the training. Additionally, I'm curious about the available logging options within the library. Any insights or guidance on these matters would be greatly appreciated. Thank you!