Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sample_gs_* vs samples_cfg_scale3.* #54

Open
gianlucaasti opened this issue Feb 22, 2023 · 0 comments
Open

sample_gs_* vs samples_cfg_scale3.* #54

gianlucaasti opened this issue Feb 22, 2023 · 0 comments

Comments

@gianlucaasti
Copy link

gianlucaasti commented Feb 22, 2023

Hello everyone,
I am fine tuning this repo on a dataset composed of 12045 images. Unfortunately my gpu can only handle 1 image per batch, therefore I have batch_size=1 and accumulate_grad_batches=16.
At Epoch 14, the sample_gs_* images are actually quite good, but the sample_cfg_scale3.* images are quite bad.
Is this normal or am I overfitting? Do I need to train it for more epochs? The loss is around 0.19 at this point of the training.

Being afraid of overfitting, I decided to reduce the lr to 1e-5 and change accumulate_grad_batches=6.
However, even though I am at epoch 8, I can already see good sample_gs_* images but bad samples_cfg_scale3.* images.

Is this normal during training?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant