OneTrainer
OneTrainer copied to clipboard
[Feat] Add console log and UI element that indicates if the TE is being trained currently
It would be very useful to have a way to know if the currently training epoch is training the text encoder.
It would be very useful to have a way to know if the currently training epoch is training the text encoder.
Can you please expand on this? Do you mean you want to know if training of the text encoder was turned on for the current training run or if you want to know if the text encoder is still being trained on the current epoch since you set an early stop.
If its the latter I want to know more about your usecase, because you should know since you would have had to set an early stop.