PatchCore_anomaly_detection icon indicating copy to clipboard operation
PatchCore_anomaly_detection copied to clipboard

What is training on patchCore? (I think that patchCore does not have training phase)

Open edwardcho opened this issue 2 years ago • 3 comments

Hello Sir.

I have interesting anomaly detection. I found your code in paperwithcode, I want to try to test your code.

I think that patchCore does not have training-phase (Neural Networks) as PaDiM. But your code has training-phase.

What is this??

Thanks, Edward Cho.

edwardcho avatar Sep 28 '22 02:09 edwardcho

Hi~ Yes. PatchCore does not need a training. In the code it just extract features and does not update parameters. The term "train" is just part of methods name predefined by pytorch-lightning.

hcw-00 avatar Sep 28 '22 15:09 hcw-00

Hello Sir,

Thank your for your reply quickly.

But I confuse that I saw "num_epochs" in Input-parameters. You did set that "num_epochs" : 1 only, If I do change this value (ex: num_epochs : 100), what happened ?? is this not correct??

Thanks, Edward Cho.

edwardcho avatar Sep 29 '22 00:09 edwardcho

@edwardcho It will be very slow until crashes

Leonardo0325 avatar Oct 23 '22 02:10 Leonardo0325