Skip to content
New issue

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

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

Already on GitHub? # to your account

[Tracker] modularize inferencing during and after training in the example scripts #6545

Closed
5 of 7 tasks
sayakpaul opened this issue Jan 12, 2024 · 9 comments · Fixed by #6569
Closed
5 of 7 tasks

[Tracker] modularize inferencing during and after training in the example scripts #6545

sayakpaul opened this issue Jan 12, 2024 · 9 comments · Fixed by #6569

Comments

@sayakpaul
Copy link
Member

sayakpaul commented Jan 12, 2024

We provide support for running validation inference during and after training in our officially maintained training examples. This is very helpful to keep track of the training progress.

We could modularize some bits in the example to reduce the LoC.

The train_lcm_distill_lora_sdxl.py script already does this:

def log_validation(vae, args, accelerator, weight_dtype, step, unet=None, is_final_validation=False):

It would be nice to follow something similar for the rest of the scripts too. Here's a handy list of the scripts where we'd like to incorporate this change:

Feel free to comment here if you're interested.

Also, when opening PRs, please target one example at a time and please tag me in the PRs.

@charchit7
Copy link
Contributor

charchit7 commented Jan 12, 2024

Hey @sayakpaul for text-to-image, SD
log-validation is present :

def log_validation(vae, text_encoder, tokenizer, unet, args, accelerator, weight_dtype, epoch):

haven't gone through the code, will check more if we need to modify it.

@sayakpaul
Copy link
Member Author

Ideally, this should be delegated to log_validation() too:

# Run a final round of inference.

As done in train_lcm_distill_lora_sdxl.py.

@charchit7
Copy link
Contributor

Got it. @sayakpaul I missed that part. Thanks!

@sangyeon-k
Copy link
Contributor

Hey @sayakpaul, @charchit7
I'm interested in incorporating the change to InstructPix2Pix SD

@coolyashas
Copy link

coolyashas commented Jan 14, 2024

Hey @sayakpaul, @charchit7 I'm interested in incorporating the change to InstructPix2Pix SD

Hey @sang-k, I have been looking into InstructPix2Pix SD too. Would be happy to collaborate if necessary.

@sangyeon-k
Copy link
Contributor

@coolyashas
Oh, I see.
I will look into InstructPix2Pix SDXL then!

@coolyashas
Copy link

Working on InstructPix2Pix SD

@ParagEkbote
Copy link
Contributor

Has this issue been resolved or are there any pending scripts I could contribute to modularize?

cc: @sayakpaul

@sayakpaul
Copy link
Member Author

Yeah I think this can be closed now :)

# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
5 participants