embedding-to-png-script
embedding-to-png-script copied to clipboard
Number of steps shows one less than trained
One thing I noticed is that it seems to embed the number of steps as 1 less than I actually trained it. For example, I trained an embedding to 5000 steps, and the embeddings during training show that. But if I use this script to generate an image embedding from the 5000 step embedding, it only shows 4999 steps on the image. Do you know why that might be?
It's pulling the step count directly from the checkpoint keys, I assume that value must be off by one too, I'll check some old embeddings.