train problem
Closed this issue · 3 comments
Whether you choose to fine-tune or train from scratch, 40,000 images with 8 epochs should result in good ID preservation effects, but you must ensure that the image size to the model is 1024*1024.
Whether you choose to fine-tune or train from scratch, 40,000 images with 8 epochs should result in good ID preservation effects, but you must ensure that the image size to the model is 1024*1024.
Thank you for your attention. I am also wondering why this problem occurs, because my images are generated, so the size is 1024. Now I suspect that there is an error in my training data processing. I need to check.
Below is the training configuration and sample data:
During the data processing, is there anything that needs to be modified in get_face_info.py? For example, max_side in the resize_img function?