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

Which file should I edit to log each step trained training images and regularization images names into a txt file? #1015

Open
FurkanGozukara opened this issue Dec 22, 2023 · 1 comment

Comments

@FurkanGozukara
Copy link

Hello. I want to personally log to a txt file in each step which training files and regularization images files are trained

Which file should I edit how for this purpose?

@FurkanGozukara
Copy link
Author

ok i tested with --debug and no need anymore

i wish we could make it to train each training image 1 time before training each training image second time

so model would see 1 training image at a time

what i mean is

currently when you set repeating 150 , ok it collects 150 different reg images for each training image

but every step an image is randomly used

so in consecutive steps, it is training multiple times reg images or same training image

optimal would be train 1 training image 1 reg image and do not repeat any training image until all previous training images trained in that loop

and if we don't use repeating and use epochs, then it doesn't use different reg images like in repeating

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