Question: max_epochs cannot be used. #2479
-
Thank you for your contributions. When I train custom data with the training parameter max_epochs=20, it stops after only one epoch (as shown in the image below). |
Beta Was this translation helpful? Give feedback.
Answered by
samet-akcay
Dec 24, 2024
Replies: 1 comment
-
@VivizSun, you don't need to set |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
samet-akcay
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@VivizSun, you don't need to set
max_epochs
to train Patchcore. It only needs 1 epoch to extract the features from the data to form the memory bank. That's why it is set to 1, and cannot be changed.