PatchCore_anomaly_detection
PatchCore_anomaly_detection copied to clipboard
what's the difference between self(x) and self.model(x) in training_step
features = self(x) I wonder what's the different between self(x) and use the network directly such as self.model(x)?