Hello everyone. I am Dr. Furkan Gözükara. PhD Computer Engineer. SECourses is a dedicated YouTube channel for the following topics : Tech, AI, News, Science, Robotics, Singularity, ComfyUI, SwarmUI, ML, Artificial Intelligence, Humanoid Robots, Wan 2.2, FLUX, Krea, Qwen Image, VLMs, Stable Diffusion
that means if I keep clicking 'continue training' it will try to continue caching the training dataset from where it left off and eventually complete? (or does it cache from the beggining again?)
is there a way to continue training a checkpoint in Kaggle with more input data after it has been trained once?
@Dr. Furkan Gözükarain kohya version 22.2.1 they made a change to include the unet and text encoders so you didn't have to put it in the extra parameters area. In the json file it shows four training parameters now Do you know what the second text encoder "te" is for: "learning_rate": 1e-05, "learning_rate_te": 1e-05, "learning_rate_te1": 3e-06, "learning_rate_te2": 0.0,
it must be a mistake in the json file since the print training cmd does not show it: --learning_rate_te1="3e-06" --learning_rate_te2="0.0" --learning_rate="1e-05"