Coreset indices increasing when training images with patchcore from anomalib #1645
-
Hello! Is it normal? Thanks a lot in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
can you please show some console output or describe exactly what the problem is? |
Beta Was this translation helpful? Give feedback.
-
Hello, PatchCore is supposed to be trained for one epoch only, as described in their paper. It extracts features from the training data to create a memory bank, which is used for comparison with the new input. To fix the number of epochs, you need to set |
Beta Was this translation helpful? Give feedback.
Hello, PatchCore is supposed to be trained for one epoch only, as described in their paper. It extracts features from the training data to create a memory bank, which is used for comparison with the new input. To fix the number of epochs, you need to set
max_epochs: 1
in the config file.