We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: